M-Files API 23.11.13135.0
OCROptions Object
Members 
Description
The OCROptions class represents customizable options for OCR operation.
Public Methods
Creates a copy of the object.
Public Properties
Primary language hint for OCR.
Secondary language hint for OCR.
Remarks
Proper language settings may often improve the recognition results in OCR operations. The language settings affect the character set and the basic vocabulary used in recognition.

Any language code from MFOCRLanguage enumeration (except MFOCRLanguageNone) can be used as a primary language hint. The valid set of secondary language hints depends on the group of the selected primary language hint. The following combination rules apply:

The language codes are grouped based on their character sets as follows:

See Also

OCROptions Members