Layout object
The layout object describes the physical structure of the document—image parameters, any detected graphic and text elements, as well as tables. Each page is described by a separate pages array element.
| Property | Data type | Description |
|---|---|---|
| corrected | boolean |
A value of true indicates that the image has undergone preprocessing. Set to true by default. |
| pages * | object array | The document page array. The order of the elements is the same as the pages' physical order in the document. |
11/7/2025 12:48:30 PM