CaseRecognitionModeEnum
CaseRecognitionModeEnum enumeration constants denote the modes of recognition for letter case.
typedef enum {
CRM_AutoCase,
CRM_SmallCase,
CRM_CapitalCase
} CaseRecognitionModeEnum;
Elements
Name | Description |
---|---|
CRM_AutoCase | This value tells ABBYY FlexiCapture SDK to automatically detect the case of letters and to keep it in the output text. |
CRM_SmallCase | The recognized text will be set in lowercase letters. |
CRM_CapitalCase | The recognized text will be set in capitals. |
Used in
15.08.2023 13:19:30