iRobo.Activity.Recognize Form
Recognize any type of Form using Azure.
Properties
Input
- Azure Subscription Key - Enter Azure Subscription key as String within " ", to get Access to Azure service. (Mandatory)
- Azure EndPoint Form Recognizer - Enter Azure EndPoint Form Recognizer as String within " ", to get Access to Azure service. (Mandatory)
- File or Folder Path - Enter File path including file name and extension as String within " ", to extract Form from.
- Form URL - Enter Form URL, to get Form.
Either use File or Folder Path or Form URL. |
Misc
- DisplayName - Activity header name.
Output
- Table - DataTable Variable that stores Form Table as DataTable.
- Text Result - Output Variable that stores Form Text as String.
There are 2 types of returned Form Output; Text and Table. |
Steps of Using Recognize Form Activity
- Open iRobo Studio, and then open a new Workflow.
- Drag Recognize Form Activity to the Sequence.
- Enter Azure End Point in Azure EndPoint field in Input in Properties Panel; to get access to Azure.
- Enter Azure Subscription Key in Azure Subscription Key field in Input in Properties Panel; to get access to Azure.
- Enter File or Folder Path in Input in Properties Panel; to get Form.
- Enter DataTable Variable in Table field in Input in Properties Panel; to save Tables in Form.
- Create String Variable in Text Result in Output in Properties Panel; to store extracted Text in Form.
- Click the Save button from the iRobo Studio Menu to save Workflow.
- Click the Play button to start the automated process; a message box appears with the extracted Text from From, and Form Table is added to the Word File.
Created with the Personal Edition of HelpNDoc: Free Web Help generator