Description
Read-only. Used only in the OCR for AnyDoc object model on an AnyApp application. In an AnyApp application containing a Doc Set Controller algorithm, this function returns True if it is called at a point when document sets have not yet been created. It returns False if the images in the batch have document set information already assigned to them.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
bReturn = object.PreDocSetControllerPhase
Parameters
bReturn is the boolean value returned.
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
PreDocSetControllerPhase is the command.
Example