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.

Transaction provides access to the parameters of the transaction in which the document is being processed.

Properties

NameTypeAccess levelDescription
ParametersRecord<string, Parameter>Read-onlyA dictionary mapping transaction parameter names to their Parameter values.

Context

The Context global object — access the document, fields, and skill parameters from inside a rule.

Parameter

A single parameter value.

Object model

Full JavaScript object reference for use in Advanced Script Rules.