Table fields

For configurable document types, there are two methods for extracting table fields. Automatic table detection is used to extract both types of tables.

Detected tables:

Automatic detection of tables is performed on a document. All detected tables and their data is available for export only, and no user interaction is available at any point in the workflow. In addition, it is not possible to apply formatting and validation for these tables or their columns.

You can however, use the exported JSON in a downstream implementation.

During solution design and testing, if one or more table is detected on a document, this is displayed on the Auto Detected Tables tab.

AI table fields:

AI tables also use table detection, and require you to provide a description about the expected structure of a table and its columns.

Users are able to fully interact with AI tables during activities in the workflow, and it is possible to apply validation and formatting to the table and its columns.

During solution design and testing, table detection is performed and AI tables are displayed on the Tables tab only, while any other detected tables are listed on the Auto Detected Tables tab.

More info