Azure Form Recognizer

Utilize the Azure Cloud Form Recognizer to extract text and table information from image files, requiring version 2.2.20230211 or higher

Preparations

Before you start using this module, you need to create a Microsoft Azure account and set up a subscription:

Then, you can create a Form Recognizer. Typically, if this is the first Form Recognizer for this account, you can choose the F0 Free Tier, allowing you to process up to 500 pages for free each month:

Finally, store the created Form Recognizer service endpoint and key for future reference:

IMAGE FILE

The input image file, which can be in .pdf/.jpg/.png format. Click PICK, enter the file name in the workspace, or use the %FILENAME% variable to select a file.

ENDPOINT

The Form Recognizer service endpoint created in Azure.

API KEY

The Form Recognizer key created in Azure.

MODEL ID

Fill in the Azure-trained Model ID. Some of the readily available models include prebuilt-layout, prebuilt-document, prebuilt-read, prebuilt-invoice, prebuilt-receipt, prebuilt-idDocument, prebuilt-businessCard, and more. For general use cases, you can try using the 'prebuilt-layout', or you can opt for a custom-trained model. For more details, please refer to the link.

--

We are dedicated to improving our content. Please let us know if you come across any errors, including spelling, grammar, or other mistakes, as your feedback is valuable to us! 🤖️⚡️

Last updated