Skip to main content
CaseRecognitionModeEnum enumeration constants denote the modes of letter case recognition.
typedef enum {
 CRM_AutoCase,
 CRM_SmallCase,
 CRM_CapitalCase
} CaseRecognitionModeEnum;

Elements

NameDescription
CRM\_AutoCaseThis value tells ABBYY FineReader Engine to automatically detect the case of letters and to keep it in the output text.
CRM\_CapitalCaseThe recognized text will be set in capitals.
CRM\_SmallCaseThe recognized text will be set in lowercase letters.

Used in

IRecognizerParams::CaseRecognitionMode