Run Form Recognizer

Runs the Azure Form Recognizer on a document.

This activity allows users to extract data from documents by using Azure Form Recognizer. User should have created a Form Recognizer resource in their Azure Portal to use this activity.

Input

  • Document: String Argument **** Required Specifies the path of the document to recognize. Supported file formats are pdf, jpg, bmp, tiff or png.

  • End Point: String Argument **** Required Specifies the endpoint of the Form Recognizer resource.

  • API Key: String Argument **** Required Specifies the API Key of the Form Recognizer resource.

Options

  • 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

Output

  • Result: Variable Specifies the output variable where the extracted result is saved.

Last updated