This object contains the evaluated data to extract from the document.
The SCBCdrField object provides the following methods.
This method adds a table into the table array of this field.
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 method adds a new candidate to the field based on the specified Word ID.
This method adds a new candidate to the field based on the specified Worktext.
This method finds the first candidate by specified the filter ID or creates a new one if no such candidate is found.
This method returns the number of candidates for a field.
This method deletes a line from a specific index position.
This method deletes a table from the table array of this field.
This method searches inside the list of candidates if there is a candidate based on the specified WordID.
This method finds a candidate by its position.
This method returns the first candidate’s properties by page.
This method returns the next candidate’s properties by page.
This method returns other column values for the specified pool entry.
This method inserts a line at the specified line index in a field.
This method sets the unique ID (64 bit) for the field content from associative search pool.
This method removes a candidate from the candidate array.
This method sorts evaluated field candidates by their weight.
The SCBCdrField object provides the following properties.
This is a collection of all field objects contained in the current WorkDoc object.
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 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.
AddTable ()