CharactersAllowedType
CharactersAllowedType enumeration
Determines the type of characters allowed for recognition result.
public enum CharactersAllowedType
Values
Name | Value | Description |
---|---|---|
ALL | 0 | Recognize all characters. |
LATIN_ALPHABET | 1 | Recognize only if character is an latin alphabetic letter. |
DIGITS | 2 | Recognize only if character is hexadecimal digit. |
Remarks
Used in the RecognitionSettings
to indicate which characters will be recognized.
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR