Extract Table
You can select this activity to extract tables based on the given RegExpression from an OCR Document.
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 | File Path | String | The full path to the file from which the tables must be extracted. |
Page NO | String | The page number(s) in the document from which the tables must be extracted. Pass an empty string ("") to select all pages. | |
End Regex | String | The regular expression until which the extraction must be considered. | |
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. | |
Has Header | Boolean | The option to include headers in the table. | |
Start Regex | String | The regular expression from which the extraction must start. | |
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:
|