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

# 概要

> ABBYY FineReader Engine の文書処理結果に関する JSON スキーマ (ABBYY_Scheme_JSON.json) の概要 — 図形要素、テキスト要素、テーブル、リスト、および論理セクション。

この記事で説明するスキーマは、文書処理結果を含む JSON ファイルの構造を記述するものです。これらのファイルには、画像上で検出された図形要素、テキスト要素、表、リストに関する情報に加え、推定された文書構造に関する情報も格納されます。検出されたすべてのテキストは段落に分割され、各段落には特定の役割が割り当てられます。段落は論理セクションごとにグループ化されます。

JSON スキーマは、ABBYY\_Scheme\_JSON.json ファイルにあります。このファイルは、macOS では [Headers](/ja/fine-reader/engine/distribution/distribution-macos/distribution-kit-macos) フォルダーに、[Linux](/ja/fine-reader/engine/distribution/distribution-linux/distribution-kit-linux#inc) および [Windows](/ja/fine-reader/engine/distribution/distribution-windows/distribution-kit#inc) では Inc フォルダーにあります (Start > Programs > ABBYY FineReader Engine 12 > Installation Folders > Include Files Folder)。

ルート object は、認識された文書全体を表します。文書に関する一般情報は、[layout](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object) object と [content](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object) object に格納されます。layout object は画像パラメーターと、検出されたすべての図形要素およびテキスト要素を記述し、content object は文書のデータコンポーネントと、その論理構造内での位置を記述します。

以下の表に、ルート object のすべてのプロパティを示します。

| Property                                                                                               | Data type    | Description                                                 |
| ------------------------------------------------------------------------------------------------------ | ------------ | ----------------------------------------------------------- |
| version[\*](/ja/fine-reader/engine/specifications/export-formats/json-schema-description#required)     | string       | JSON スキーマ文書のバージョン。エクスポート時には次の値に設定されます: FineReader Engine 12 |
| producer[\*](/ja/fine-reader/engine/specifications/export-formats/json-schema-description#required)    | string       | JSON ファイルの生成元。エクスポート時には次の値に設定されます: FineReader Engine        |
| languages                                                                                              | string array | 文書内で検出されたすべての言語の一覧。                                         |
| [layout](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/layout-object)   | object       | 文書の物理的な (layout) 構造。                                        |
| [content](/ja/fine-reader/engine/specifications/export-formats/json-schema-description/content-object) | object       | コンテンツ (文書の論理構造)。                                            |

* は必須プロパティを示します。
