Skip to main content

Analyze Document

Description

This activity analyzes the provided document using pre-build Azure Forms Recognizer Service models.

note

This activity must be used within the Azure Context activity.

note

This activity requires Azure Forms Recognizer Resource endpoint URL. Refer to Azure Forms Resource to deploy the Azure Forms Recognizer Resource endpoint.

Properties

Input

  • Document File – Specify the path to the form file in image or pdf format.
  • Document Type – Specify the type of the form file. The following types are supported:
Document TypeDescription
InvoiceUtilizes Invoice model for data recognition and extraction
ReceiptUtilizes Receipt model for data recognition and extraction
Business CardUtilizes Business Card model for data recognition and extraction
Identity DocumentUtilizes Identity Document model for data recognition and extraction
ContractUtilizes Contract model for data recognition and extraction
US Health Insurance CardUtilizes US Health Insurance Card model for data recognition and extraction
US W2 TaxUtilizes US W2 Tax model for data recognition and extraction
US 1098 TaxUtilizes US 1098 Tax model for data recognition and extraction
US 1098-E TaxUtilizes US 1098-E Tax model for data recognition and extraction
US 1098-T TaxUtilizes US 1098-T Tax model for data recognition and extraction
  • Options - The available analysis options are based on the document type selected.
OptionDescription
Key-Value PairsEnables the document's detection of general key-value pairs (form fields).
FormulasEnables the detection of mathematical expressions in the document.
LanguagesEnables the detection of the text content language.
BarcodesEnables the detection of barcodes in the document.
Font StylingEnables the recognition of various font styles.
OCR Higher ResolutionPerforms OCR at a higher resolution to handle documents with fine print.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even though this activity fails. This field only supports Boolean values (True, False). The default value is False.
    note

    If this activity is inside Try Catch and the value of this property is True, it will ignore errors during the automation execution.

Output

  • Analysis Result – Analysis result of the given document.
  • Raw Response - JSON string containing the response received as is from Azure.

Example

Download Example

Analyze Document