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.

SourceFile represents a single file used as input to the document being processed. Use it to access the file’s name and any associated parameters.

Properties

NameTypeAccess levelDescription
NamestringRead-onlyThe name of the source file.
ParametersRecord<string, Parameter>Read-onlyA dictionary mapping source file parameter names to their Parameter values.

Document

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

Parameter

A single parameter value.

Object model

Full JavaScript object reference for use in Advanced Script Rules.