Skip to main content

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

NameTypeAccessDescription
IdstringRead-onlyThe unique identifier of the page.
ImageHeightnumberRead-onlyThe height of the page image in pixels.
ImageWidthnumberRead-onlyThe width of the page image in pixels.
IndexnumberRead-onlyThe page number in the document (starting at 0).
ImageBinaryFileRead-onlyThe preprocessed source image of the page. Attach it to an HTTP request to send the page in JPEG format.

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.