- Placing scanned pages in the correct order after duplex scanning
- Auto-split of large-size pages after scanning
- Automatic filling in registration parameters for newly created batches and documents
- Quality check of pages with an external component
- Saving pages to two export targets simultaneously, one of which can be used for backup
Supported scripting languages
The following scripting languages are supported: JScript®, VBScript, C#.Net, VisualBasic.Net or JScript.Net.Specifics of usage
In VBScript, you must use the keywordMe when referring to the methods and fields of the current object (the alternative of this in JScript, Workspace in VisualBasic.Net). In export scripts, the keyword Me (VBScript), this (JScript, C#.Net) or Workspace (VisualBasic.Net) implements the IExportBatch interface. In the event scripts, the keyword Me, this or Workspace implements the IWorkSpace interface.
Working with collections
All collections support the following properties and methods:
Instead of using the method Item you can also address items of the collection using parentheses.
For example:
Registry key options
For scripts launched on the ABBYY Scan Station you can change the following values in the registry:HKEY_CURRENT_USER\Software\ABBYY\ScanStationFC\4.0\Shell\Script\DisableDebugging
HKEY_CURRENT_USER\Software\ABBYY\ScanStationFC\4.0\Shell\Script\DisableEventScripts
By default, both values are set to false.
Changing the value of DisableEventScripts to true prevents new scripts from launching. Already running scripts are not disabled by this command.
