AsposeOcrPresets.OcrPreset
AsposeOcrPresets.OcrPreset enumeration
Available recognition presets for typical use cases.
public enum OcrPreset
Values
Name | Value | Description |
---|---|---|
None | 0 | No preset. Uses default settings. |
StandardDocument | 1 | Standard document with multiple columns, e.g., articles or books. |
Receipt | 2 | Receipt or bill layout with total amounts and items. |
CarPlate | 3 | Vehicle license plates with constrained character sets. |
HandwrittenNote | 4 | Handwritten notes and informal text. |
TableForm | 5 | Tabular documents such as forms or spreadsheets. |
Passport | 6 | Machine-readable zone (MRZ) and personal data from passports. |
FastText | 7 | Fast recognition with minimal layout analysis. |
StreetPhoto | 8 | Photographs of street scenes containing text (e.g., signs, storefronts). |
See Also
- class AsposeOcrPresets
- namespace Aspose.OCR
- assembly Aspose.OCR