> ## 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.

# Layout オブジェクト

> Vantage OCR JSON 出力の Layout オブジェクトは、文書の物理構造、つまりページごとの画像パラメーターと検出されたグラフィック要素およびテキスト要素を記述します。

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.

Prior to being recognized, each page undergoes preprocessing, where it is cropped, deskewed, and rotated (if the page orientation needs to be changed). Additionally, any curved text on the page is straightened.

| Property                                                               | Data type      | Description                                                                                                  |
| :--------------------------------------------------------------------- | :------------- | :----------------------------------------------------------------------------------------------------------- |
| `corrected`                                                            | `boolean`      | A value of `true` indicates that the image has undergone preprocessing. Set to `true` by default.            |
| [pages](/ja/vantage/developer/output/json/ocr/pages-array-elements) \* | `object array` | The document page array. The order of the elements is the same as the pages' physical order in the document. |

* Indicates a required property.
