Enum CharactersAllowedType
Enum CharactersAllowedType
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
确定允许识别结果的字符类型。
public enum CharactersAllowedType
字段
ALL = 0
识别所有字符。
DIGITS = 2
仅在字符是十六进制数字时进行识别。
LATIN_ALPHABET = 1
仅在字符是拉丁字母时进行识别。
备注
用于 Aspose.OCR.RecognitionSettings 中,以指示将识别哪些字符。