AsposeOcrPresets.OcrPreset

AsposeOcrPresets.OcrPreset enumeration

Available recognition presets for typical use cases.

public enum OcrPreset

Values

NameValueDescription
None0No preset. Uses default settings.
StandardDocument1Standard document with multiple columns, e.g., articles or books.
Receipt2Receipt or bill layout with total amounts and items.
CarPlate3Vehicle license plates with constrained character sets.
HandwrittenNote4Handwritten notes and informal text.
TableForm5Tabular documents such as forms or spreadsheets.
Passport6Machine-readable zone (MRZ) and personal data from passports.
FastText7Fast recognition with minimal layout analysis.
StreetPhoto8Photographs of street scenes containing text (e.g., signs, storefronts).

See Also