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

# Page

> The Page object in Vantage JSON output stores per-page metadata: unique page ID, source file name, and the page index within the original source file.

The **Page** object stores information about the document pages. For each page, a unique ID, the name of the source file, and the number in the source file is given.

| Property               | Type      | Description                                               |
| :--------------------- | :-------- | :-------------------------------------------------------- |
| `Id`                   | `String`  | The ID of the page.                                       |
| `SourceFile`           | `String`  | The name of the file.                                     |
| `SourceImagePageIndex` | `Integer` | The number of the page in the document (starting from 0). |
