Run Form Recognizer
Runs the Azure Form Recognizer on a document.
Last updated
Runs the Azure Form Recognizer on a document.
Last updated
This activity allows users to extract data from documents by using . User should have created a Form Recognizer resource in their Azure Portal to use this activity.
Document: **** Required
Specifies the path of the document to recognize. Supported file formats are pdf, jpg, bmp, tiff or png.
End Point: **** Required
Specifies the endpoint of the Form Recognizer resource.
API Key: **** Required
Specifies the API Key of the Form Recognizer resource.
Form Type: Specifies type of form model to apply on the document. Following form types are available:
General
- Key value pair extraction.
Invoice
- Standard Invoice model.
Receipt
- Standard Receipt model.
BusinessCard
- Standard Business Card model.
Id
- Standard ID Document model
Output Types:
Specifies types of data to be included in the output. One or more of the following types can be selected at the same time:
Document
- Extracted key value pairs for General
model and recognized fields for others.
Table
- Extracted tables.
Text
- Text extracted using OCR.
Use Cache:
Specifies whether to use the cached result from previous run if available:
True
False
Result: Specifies the output variable where the extracted result is saved.