> ## 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 オブジェクト

> ABBYY FineReader Engine JSON スキーマ内の Layout オブジェクト — 文書の物理構造: 画像パラメーター、グラフィック、テキスト、およびページごとのテーブル。

Layout オブジェクトは、文書の物理的な構造 (画像パラメーター、検出されたグラフィック要素やテキスト要素、および表) を記述します。各ページは、pages 配列内の個別の要素として記述されます。

| プロパティ                                                                                                                                                                                                                              | データ型         | 説明                                                     |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ------------------------------------------------------ |
| corrected                                                                                                                                                                                                                          | boolean      | 値が true の場合、画像に前処理が適用されていることを示します。既定では true に設定されています。 |
| [pages](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object/pages-array-elements) [\*](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object#required) | object array | 文書ページの配列です。要素の順序は、文書内のページの物理的な順序と同じです。                 |

* indicates a required property.
