Texts array elements
Elements of a texts array are objects describing text blocks.
| Property | Data type | Description |
|---|---|---|
| id | string | The text block identifier. |
| position | rect | Coordinates of the rectangular region on the document containing the text block. |
| confidence | confidence | The level of confidence for the text in the block being recognized correctly. Calculated using confidence values for strings in the block. |
| lines | lines | An array of strings that form the text block. |
07.11.2025 12:48:30