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.

OperationSyntaxDescriptionExample
comment// or /* comment */Usual comments syntax. Double slash specifies that no code to the right of it will be executed on that line. Slash + asterisk lets you comment out multiple lines at once.[ a: @NERAddress ] // checks the existence of an address named entity on a token and assigns it to a new variable called a