Analyze Form Layout
Description
This Activity analyzes the layout of the provided form using Amazon Textract Service.
note
This Activity works only inside the AWS Context activity.
Properties
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 when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
Output
- Pages – Returns a list of pages and their child entities detected by the service for the 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 AWS.
Example
Download Example