> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tables array elements

> Tables array elements in the ABBYY FineReader Engine JSON schema — tables and their cells, which can contain text, images, and barcodes.

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](/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/rect-object) | 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](/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements/cells-array-elements) | object array                                                                                                                     | The array of all table cells.                                                                                                                      |
