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

> Page data type in the ABBYY FlexiCapture Web Services API: fields that describe a document page, its image source, character counts, and status flags.

## What it does

The **Page** data type stores information about a document page.

## Fields

<table width="100%"><tbody><tr><td><p><strong>Name</strong></p></td><td><p><strong>Type</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p>Id</p></td><td><p>int</p></td><td><p>The ID of the page.</p><p>It is recommended to specify the ID before the document is added into the batch. use the <a href="/flexi-capture/api/methods/get-batch-ids-range">GetBatchIdsRange</a> method to reserve IDs for new documents.</p></td></tr><tr><td><p>PageIndex</p></td><td><p>int</p></td><td><p>Page index</p></td></tr><tr><td><p>SourceFileName</p></td><td><p>string</p></td><td><p>The ID of the source image file</p></td></tr><tr><td><p>SourcePageNumber</p></td><td><p>string</p></td><td><p>The number of the image in the source file</p></td></tr><tr><td><p>SourceType</p></td><td><p>int</p></td><td><p>The type of the image source. Possible values:</p><ul><li><strong>0</strong> - image is loaded from file (from folder, from FTP folder, from Hot Folder, or added by using drag-and-drop);</li><li><strong>1</strong> - image is received from scanner;</li><li><strong>2</strong> - image is received from the Scanning Station, from MAPI, IMAP server or from POP3 server.</li></ul></td></tr><tr><td><p>SourceDetails</p></td><td><p>string</p></td><td><p>Information about the path to the folder or the scanning driver; may contain the name of the file or the name of the originating device (i.e. scanner name or model)</p></td></tr><tr><td><p>Comment</p></td><td><p>string</p></td><td><p>Comment to the page</p></td></tr><tr><td><p>ErrorText</p></td><td><p>string</p></td><td><p>A description of the page processing errors</p></td></tr><tr><td><p>ExternalId</p></td><td><p>string</p></td><td><p>The external ID of the page. If left empty, the parameter is completed automatically by the Application Server and is the same as Id.</p></td></tr><tr><td><p>HasAttachments</p></td><td><p>bool</p></td><td><p>A flag that shows whether the page has attachments</p></td></tr><tr><td><p>UncertainSymbols</p></td><td><p>int</p></td><td><p>The number of uncertain characters</p></td></tr><tr><td><p>VerificationSymbols</p></td><td><p>int</p></td><td><p>The number of verified characters</p></td></tr><tr><td><p>TotalSymbols</p></td><td><p>int</p></td><td><p>The total number of characters</p></td></tr><tr><td><p>FileVersion</p></td><td><p>int</p></td><td><p>The version of the page file on the server</p></td></tr><tr><td><p>Flags</p></td><td><p>int</p></td><td><p>A set of flags that describe the status of the page</p></td></tr></tbody></table>
