Enum CharactersAllowedType

Enum CharactersAllowedType

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)

Determines the type of characters allowed for recognition result.

public enum CharactersAllowedType

Fields

ALL = 0

Recognize all characters.

DIGITS = 2

Recognize only if character is hexadecimal digit.

LATIN_ALPHABET = 1

Recognize only if character is an latin alphabetic letter.

Remarks

Used in the Aspose.OCR.RecognitionSettings to indicate which characters will be recognized.

 English