Script Types
Input script
This type of script is used for preprocessing (replacing) an input file. Typically, this script will launch an external conversion utility prior to processing.
Separation script
A Separation script is launched for each recognized page and provides information about its contents (i.e. blocks and recognized text).
This type of script allows you to detect the boundaries of a document based on its contents and remove redundant pages.
Automatic Indexing script
This type of script provides information about the contents of all the pages in a document. Using this script, you can set the type of a document, populate index fields, and, optionally, skip the manual indexing stage.
This is script is launched before a fixed form template is applied and before manual indexing.
Initialize Index Fields script
This type of script can be used to populate index fields with values but it cannot change the type of a document.
This script is launched in the following cases:
- When setting the default document type (the script will be executed on a Processing Station),
- From within an Automatic Indexing script when changing the type of a document (the script will be executed on a Processing Station),
- When an indexing operator selects a new document type (the script will be executed on an Indexing Station).
Index Field Changed script
This type of script is launched when an indexing operator changes the value of an index field.
Indexing Finished script
This type of script is launched when an indexing operator finishes working on a document.
Document Published script
This type of script is launched each time a document has been successfully published and provides information about the location of the published files. It can be used for subsequent processing or relocation of published files.
Failed Job Published script
This type of script is launched each time a failed job is published.
3/26/2024 1:49:49 PM