Skip to main content
Extracts tables with a fixed number of columns and returns their collated column contents. Anchor either on the table title or on a table column heading. Use the Fixed Table method for tables in the same document type that always have the same column layout (same headings in the same order, same number of columns). For alternatives to this method, see Choosing a table method. Parameters
Examples
Notes

Parameters

Note: For the full list of parameters available for this method, see Global parameters for methods. The following table shows parameters most relevant to or specific to this method.

Examples

The following example shows extracting two columns using the Fixed Table method.
  • In order to omit column headings, the config specifies "type": "number" and "isRequired": true for the column col4_rank_last_month . You can also use "startOnRow":1 to omit headings.
  • To improve performance, the config specifies a Stop parameter.
Config
JSON
Example document
The following image shows the example document used with this example config:
Click to enlarge Output
JSON

Example: Merged cells

The following example shows using the Stop parameter to improve output for merged cells: Config
JSON
Example document
The following image shows the example document used with this example config:
Click to enlarge Output Without the Stop parameter, Sensible leaves “merged” cells empty: Click to enlarge With the Stop parmeter, Sensible populates “merged” cells: Click to enlarge The following JSON shows the “populated” output:
JSON

Example: Troubleshoot table OCR

The following table shows troubleshooting OCR in a table. Config
JSON
Example document
The following image shows the example document used with this example config:
Click to enlarge Output
JSON

Notes

For alternatives to this method, see Choosing a table method.