Enum CharactersAllowedType

Enum CharactersAllowedType

名称: Aspose.OCR 集合: Aspose.OCR.dll (25.4.0)

确定识别结果允许的字符类型。

public enum CharactersAllowedType

Fields

ALL = 0

识别所有角色。

DIGITS = 2

只识别字符是六位数数字。

LATIN_ALPHABET = 1

只识别字符是拉丁字母。

Remarks

在 Aspose.OCR.Recognition 设置中使用,以显示哪些字符将被识别。

 中文