A folder can represent an array of workdocs within a batch. A folder can contain one or more workdocs. During classification and extraction, you can access all workdocs of the same folder from within a script.
The SCBCdrDocPage object provides the following methods.
This method frees all the allocated memory by Folder.
The SCBCdrWKDOCLib object provides the following type definitions.
Cedar candidates are generated during the analysis step and are representing possible results of a field.
The SCBCdrDocPage object represents a single DocPage within a workdoc.
When importing a MSG file into a workdoc, the most important properties of the email are stored in the workdoc and available in the custom script through the "ISCBCdrEmailProperties" interface that can be queried from the SCBCdrWorkdoc interface.
This object contains the evaluated data to extract from the document.
This is a collection of all field objects contained in the current WorkDoc object.
This method adds a workdoc into a Folder at the last position and also returns the position where the workdoc is appended.
This method inserts a workdoc into a Folder at some given position.
Use this method to move a workdoc from one position to another position in a folder.
This method removes a workdoc from a given index from a Folder.
The SCBCdrDocPage object provides the following properties.
The Cedar table object represents a logical table in a document assigned to a Cedar field of a workdoc.
This object represents a TextBlock on a document. A TextBlock can contain one or more lines.
This object represents a textual word of a document.
The Cedar workdoc object stores all data of one document. The amount of data grows during the processing steps of OCR, classification and extraction.
Clear ()