Tables array elements
Elements of the tables array are objects describing tables, which consist of cells that can contain text, images, and barcodes.
| Property | Data type | Description |
|---|---|---|
| id | string | The identifier of the block containing the table. |
| position | rect | The coordinates of the rectangular region on the document where the table is located. |
| confidence | confidence | The level of confidence for the text in the table being recognized correctly. Calculated using confidence values for cells that make up the table. |
| cells | object array | The array of all table cells. |
11/7/2025 12:48:30 PM