CaseRecognitionModeEnum
CaseRecognitionModeEnum enumeration constants denote the modes of letter case recognition.
typedef enum {
 CRM_AutoCase,
 CRM_SmallCase,
 CRM_CapitalCase
} CaseRecognitionModeEnum;
    
  Elements
| Name | Description | 
|---|---|
| CRM_AutoCase | This value tells ABBYY FineReader Engine to automatically detect the case of letters and to keep it in the output text. | 
| CRM_CapitalCase | The recognized text will be set in capitals. | 
| CRM_SmallCase | The recognized text will be set in lowercase letters. | 
Used in
9/17/2024 3:14:41 PM