Note: If the document is exported to JSON but not to any of the image formats, the coordinates will be specified relative to the original image. If the document is exported to JSON and at the same time to one of the image formats, the coordinates will be specified relative to the preprocessed image that is exported.All text elements are placed into either the texts array or the tables array.
| Property | Data type | Description |
|---|---|---|
width | integer | The width of the page in pixels. |
height | integer | The height of the page in pixels. |
rotated | string enum | Rotation of the page relative to the original image. Possible values: none, clockwise, counterclockwise, upside-down |
| texts | object array | Array of text blocks. |
| tables | object array | Array of blocks containing tables. |
pictures | picture object array | Array of image blocks. |
barcodes | barcode object array | Array or barcode blocks. |
| separators | object array | Array of separator blocks. |
| checkmarks | object array | Array of checkmark blocks. |
