RecognitionModeEnum
RecognitionModeEnum enumeration constants are used to denote recognition modes.
typedef enum {
RM_ReApplyDocumentDefinitions,
RM_ReRecognizeAll,
RM_ReRecognizeMinimal
} RecognitionModeEnum;
Elements
Name | Description |
---|---|
RM_ReApplyDocumentDefinitions |
The full recognition mode. First a Document Definition is selected using anchors and identifiers, then the Document Definition is applied, and finally data recognition in document regions matching field regions in the selected Document Definition is performed. |
RM_ReRecognizeAll |
Document Definitions are not re-matched, only recognition of all the documents is performed. However, if the Document Definitions have not yet been matched or were changed since matching, recognition with this mode will attempt to match the Document Definitions. |
RM_ReRecognizeMinimal | Only the batches which were changed, or documents with changed Document Definitions are recognized. |
Samples
This enumeration is used in the following code samples: Hello, Classification.
Used in
15.08.2023 13:19:30