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

# ページ

> Vantage JSON 出力内の Page オブジェクトには、ページごとのメタデータ（ページ固有の ID、ソースファイル名、元のソースファイル内でのページインデックス）が格納されます。

**Page** オブジェクトは、ドキュメントのページに関する情報を保持します。各ページには、一意の ID、元のファイル名、およびそのファイル内でのページ番号が設定されます。

| Property               | Type      | Description                |
| :--------------------- | :-------- | :------------------------- |
| `Id`                   | `String`  | ページの ID。                   |
| `SourceFile`           | `String`  | ファイル名。                     |
| `SourceImagePageIndex` | `Integer` | ドキュメント内でのページ番号 (0 から始まる) 。 |
