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.

Parameter represents a single transaction parameter — its name, value, and whether it can be modified.

Properties

NameTypeAccess levelDescription
IsReadOnlyboolRead-writetrue if the parameter is read-only.
NamestringRead-onlyThe name of the parameter.
ValuestringRead-writeThe value of the parameter.
Writing to a parameter whose IsReadOnly is true interrupts rule execution with an error.

Transaction

Access transaction parameters during rule execution.

SkillParameter

Access skill-level parameters defined on a Document skill.

Object model

Full JavaScript object reference for use in Advanced Script Rules.