Enum text
OCRMissingFontStrategy
Namespace: datalogics_interface
Description
The behavior to use if a suitable Font can't be found to represent recognized text. The behavior to use if a suitable Font can't be found to represent the recognized Text.
Values
- RaiseAnException
Raise an exception.
- IgnoreMissingFont
Ignore the missing Font and continue recognizing the next word.
- ReplacementText
Replace the characters with the Unicode replacement character.