Advanced OCR - Get a table
Advanced OCR - Get a table
Gets the first occurrence of a table in an Advanced OCR result, filtering by the headers provided.
Options
Document analysis
Select the advanced OCR analysis configured in the flow by the Analyze Document action.
Table headers
Enter the headers the table must contain to be found. Add all the headers that the table must have to be found.
Page (optional)
Enter the number of the page where the table will be searched for.
Returns
- Table exists? — Returns true if the table was found.
- Exists more occurrences? — Indicates whether there are more occurrences.
- Table headers — Returns the headers of the table found.
- Header size — Returns the number of columns.
- Table rows — Returns the data rows.
- Table rows count — Returns the number of rows.
- Table columns — Returns the table columns.
- Table columns count — Returns the number of columns.
- Page — Returns the page number.
Rules and Conditions
- The Document analysis field and at least one Header are required.