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 a document, including its image dimensions and source file.

Properties

NameTypeAccess levelDescription
IdstringRead-onlyThe page identifier.
ImageHeightuintRead-onlyThe height of the page image in pixels.
ImageWidthuintRead-onlyThe width of the page image in pixels.
IndexintRead-onlyThe page number in the document. Indexing starts at 0.
SourceFileSourceFileRead-onlyThe source file this page was extracted from.

Document

The Document object — access the document being processed, its pages, and source files.

SourceFile

A source file used as input to the document.

ImageRegion

A single field region on an image, possibly composed of multiple rectangles.

Object model

Full JavaScript object reference for use in Advanced Script Rules.