Author name: ittichai

Ittichai C.

Call Azure Form Recognizer API on SharePoint document/image URL in Power Automate

Power Automate (formerly Microsoft Flow) can call Azure Form Recognizer via the connector. However, at the time of this writing, the Form Recognizer v2 connector is not yet available. One of the options is to use the HTTP connection. Refer to my previous post, we can call Form Recognizer API by passing the image URL …

Call Azure Form Recognizer API on SharePoint document/image URL in Power Automate Read More »

Call Azure Form Recognizer Analyze Receipt using Document/Image File URL or Binary Content

This is a quick post showing how to use Azure Form Recognizer API. Azure Form Recognizer can analyze custom-model form, where we will have to train data to create a model first, or pre-built model, which currently offers only for U.S. sales receipts. Even though this post will only talk about the latter, the same …

Call Azure Form Recognizer Analyze Receipt using Document/Image File URL or Binary Content Read More »

Azure Form Recognizer with labeling tool

Azure Form Recognizer is one of Cognitive Services that uses machine learning to extract information from form documents such as invoices, receipts, etc. The service performs OCR (Optical Character Recognition) to extract text and structure to be used in model training and prediction.  The service, consumed via REST API, offers the prebuilt (pre-trained) and custom …

Azure Form Recognizer with labeling tool Read More »

Connect Power BI to GCP BigQuery using Simba Drivers

Power BI can connect to GCP BigQuery through its provided connector. However, some reported that they’ve encountered the refresh failure as seen below. Even though the error message suggests that the quota for the API requests per user per minute may be exceeded, some reported that the error still occurs even if with a small dataset …

Connect Power BI to GCP BigQuery using Simba Drivers Read More »

Validate Performance Improvement Using Query Folding Feature in Power BI

I’ve been using Power BI for a couple months now, not as a developer, but as a system architecture. I may not deal with dashboard and report development on a daily basis, however, I, as an end user, use Power BI extensively to monitor Azure and Power BI usage including audit and billing. I would …

Validate Performance Improvement Using Query Folding Feature in Power BI Read More »

Rename all exported files to their original names after exporting from Oracle database using Oracle SQL Developer’s Shopping Cart

If you’re searching for “export Oracle BLOB”, the article, by Jeff Smith, titled “Exporting Multiple BLOBs with Oracle SQL Developer” using Oracle SQL Developer” is usually at the top of the search result. The SQL Developer features the Shopping Cart without using scripts to export BLOBs out of a database. I don’t want to go …

Rename all exported files to their original names after exporting from Oracle database using Oracle SQL Developer’s Shopping Cart Read More »

Scroll to Top