Click or drag to resize

OcrEngine Properties

The OcrEngine type exposes the following members.

Properties
  NameDescription
Public propertyAvailablePreprocessingOptions
This property returns the available set of image preprocessing options for this OcrEngine.
Public propertyCanRecognizeBarcodes
Returns true if this engine supports barcode recognition.
Public propertyCanUseSymbolSet
Gets a value indicating whether engine can use symbol set or not.
Public propertyDefaultPreprocessingOptions
Returns the default preprocessing options for this OcrEngine.
Public propertyDefaultRecognitionCulture
Returns the default recognition language for this engine.
Public propertyFactory
This property provides an object of type IOcrFactory for the construction of page and document elements.
Public propertyFontBuilder
This property provides a font builder that will be used for page construction.
Public propertyFontMapper
This property provides a font mapper that will be used for page construction.
Public propertyPreprocessingOptions
The property provides the preprocessing options to be used for this engine.
Public propertyRecognitionCulture
Sets or gets the recognition language for this engine.
Public propertyRecognitionCulturesList
Gets or sets the list of cultures to be used during recognition.
Public propertyRecognizeBarcodes
When true, will recognize barcodes as well as text if the engine supports barcode recognition.
Public propertySupportedBarcodeSymbologies
Gets a list of barcode symbologies that are supported by this OcrDocument (if any).
Public propertySupportMultiCultureRecognition
Gets the value indicating whether the OCR engine supports multiple recognition cultures.
Public propertyTranslators
This property provides access to a TranslatorCollection object used by the engine to translate images to documents.
Top
See Also