Scripts for processing interface events
In ABBYY FlexiCapture, you can use scripts to process interface events. This allows you to configure the operation of a station, customize its interface, change a station's behavior under certain conditions, implement user commands, etc.
These scripts can be added when configuring batch type tools.
All script objects are available for reading and writing.
Access permissions to objects of the ControllerInterop used in scripts depend on the objects' state. The current document's state is returned by the DocumentState() method of the ITaskWindow interface. If the document's state is DS_Opened, then the ControllerInterop objects of the document are available for reading and writing. For other states, the objects of ControllerInterop are read-only.
Events that can be handled by means of scripts and their parameters are described below.
Note: Any changes you make to the interface by means of scripts will be discarded in the following cases:
- When you enter a batch type other than the default batch type
- When you exit a batch type other than the default batch type
- When you open or close a project
- When you close the station
4/12/2024 6:16:02 PM