CharactersAllowedType
CharactersAllowedType enumeration
确定识别结果允许的字符类型。
public enum CharactersAllowedType
值
| 名称 | 值 | 描述 |
|---|---|---|
| ALL | 0 | 识别所有字符。 |
| LATIN_ALPHABET | 1 | 仅在字符是拉丁字母时进行识别。 |
| DIGITS | 2 | 仅在字符是十六进制数字时进行识别。 |
备注
在 RecognitionSettings 中使用,以指示将识别哪些字符。
另请参见
- namespace Aspose.OCR
- assembly Aspose.OCR