Cells array elements
Elements of the cells array are objects describing cells in a table. A cell can contain text, an image, or a barcode.
Property | Data type | Description |
---|---|---|
id | string | The identifier of the table cell. |
position | rect | Coordinates of the rectangular region on the document where the table cell is located. |
confidence | confidence |
The level of confidence for the text in the cell being recognized correctly. Calculated using confidence values for strings that make up the cell. If a cell contains no text, this value will be -1. |
colRowPosition | object |
The coordinates of the cell in the table expressed using cell border indices. Index numbering begins at zero, i.e. the indices of the outer left and outer top borders of the table are equal to zero. Properties (integer data type):
|
borders | object |
Cell border type. Properties (borderType data type):
|
contentType | string enum |
Cell content type. Possible values:
|
picture | picture | Image located in the cell. |
barcode | barcode | Barcode located in the cell. |
lines | lines | Array of text strings located in the cell. |
The borderType (string enum) data type describes the cell border type.
Possible values:
- unknown,
- invisible,
- visible.
12/22/2023 12:36:42 PM