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 represents a single page of the document being processed.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Id | string | Read-only | The unique identifier of the page. |
| ImageHeight | number | Read-only | The height of the page image in pixels. |
| ImageWidth | number | Read-only | The width of the page image in pixels. |
| Index | number | Read-only | The page number in the document (starting at 0). |
| Image | BinaryFile | Read-only | The preprocessed source image of the page. Attach it to an HTTP request to send the page in JPEG format. |
Related topics
Document
The document currently being processed by the Custom activity.
BinaryFile
File data in binary format — typically the pre-preprocessing source image.
Object model
Full JavaScript object reference for Custom activity scripts.
