Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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