Extract Document Key - Values
You can select this activity to extract specific keys from an OCR document. The keys can be added using the list editor in the properties panel of this activity. For example, specific keys can be an Invoice number or an invoice date.
This table lists the properties for the activity
Property Type | Property Name | Data type | Description |
---|---|---|---|
Common | Continue on error | Boolean | The option to continue the RPA flow even if the activity fails. This check box is selected by default. |
Input | OCR Document | String | The file from which document keys must be extracted. |
Execute | Boolean | The option to execute or skip the external API based on the condition specified in the RPA Studio application. No external calls are made when the check box is not selected. | |
Formatted Output | Boolean | Select the check box to add formatting to the data. | |
List of keys | List<String> | A list of keys to be extracted from the document. | |
Pages | String | The pages from which the OCR must be extracted. You can select an individual page, comma separated individual pages, or a range of pages. | |
Misc | DisplayName | String | The name to be displayed for the activity. |
Output | Response | JToken | Response from OCR endpoint. |
Response Code | Int32 | Response code for the activity. Possible values:
|