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 Description
Misc Display Name The display name of the activity.
Input File Path The full path to the file from which the tables must be extracted.
Page NO The page number(s) in the document from which the tables must be extracted. Pass an empty string (““) to select all pages.
End Regex The regular expression until which the extraction must be considered.
Has Header The option to include headers in the table.
Start Regex The regular expression from which the extraction must start.
Output Response The output of the extraction as a JToken.
Response code Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.