Skip to main content

Analyze Form Layout

Description

This Activity analyzes the layout of the provided form using Azure Forms Recognizer Service.

note

Deploy the Azure Forms Recognizer Resource endpoint. Refer: Azure Forms Resource This Activity requires Azure Forms Recognizer Resource endpoint URL

Properties

Azure Forms Recognizer Service

  • Endpoint Url – Specify the deployed endpoint URL of the Azure Forms Recognizer service instance.
  • Access Key – Specify the Access Key corresponding to the deployed service.

Input

  • Form File – Specify the path to the form file in image or pdf format.

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 present inside Try Catch and the value of this property is True, it will ignore errors during the automation execution.

Output

  • Pages – Returns a list of pages and their child entities detected by the service for provided form. Refer: FormPage
  • Form Lines – Returns a list of lines and their words detected by the service. Refer: FormLine
  • Tables – Returns a list of tables and their cells detected by the service. Refer: FormTable
  • Check Marks – Returns a list of check marks (selection marks) and their selection state detected by the service. Refer: CheckMark
  • Raw Response - JSON string containing the response received as is from Azure.

Example

Download Example

Analyze Form Layout