The list of Symbols for Ocr
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax Public Enumeration OcrSymbolSet
Members
| Member name | Description |
---|
| None | No symbol |
| Alphabetic | Alphabetic, uppercase and lowercase |
| AlphabeticUppercase | AlphabeticUppercase, uppercase only |
| AlphabeticLowercase | AlphabeticLowercase, lowercase only |
| Numeric | Numeric, numeric digits |
| AlphaNumeric | AlphaNumeric, alphabetic and numeric |
| AlphaNumericUppercase | AlphaNumericUppercase, alphabetic and numeric, uppercase only |
| AlphaNumericLowercase | AlphaNumericLowercase, alphabetic and numeric, lowercase only |
See Also