Enum ocr
MissingFontStrategy
Namespace: Datalogics::PDFL
Description
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 of Text.
- ReplacementText
Replace the characters of Text with the Unicode replacement Character. NOTE: the CandidateFontsNames member of the OCRParams instance must include a Font that can represent this character or an exception will be raised.