GlyphReaderEngine Properties |
The GlyphReaderEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailablePreprocessingOptions | This property returns the available set of image preprocessing options for this OcrEngine. (Inherited from OcrEngine.) | |
| BreakOrMergeCharacters | Gets or sets a value indicating if the engine should attempt to break merged characters or merge broken
characters. | |
| CanRecognizeBarcodes | Returns true if this engine supports barcode recognition. (Inherited from OcrEngine.) | |
| CanUseSymbolSet | Gets a value indicating whether engine can use symbol set or not. (Inherited from OcrEngine.) | |
| DefaultFontName | Gets or sets the font name that all text will be returned as. | |
| DefaultPreprocessingOptions | Returns the default preprocessing options for this OcrEngine. (Inherited from OcrEngine.) | |
| DefaultRecognitionCulture | (Overrides OcrEngineDefaultRecognitionCulture.) | |
| DisabledCharacters | Gets or sets a string containing characters to disable. These characters will not be recognized.
| |
| EnableSegmentation | ||
| Factory | This property provides an object of type IOcrFactory for the construction of page and
document elements. (Inherited from OcrEngine.) | |
| FontBuilder | This property provides a font builder that will be used for page construction. (Inherited from OcrEngine.) | |
| FontMapper | This property provides a font mapper that will be used for page construction. (Inherited from OcrEngine.) | |
| LateralTextReading | Gets or sets a value that when true, will attempt to read text laterally, even across columns. | |
| MaximumJobs | ||
| MaximumLicensedJobs | ||
| PreprocessingOptions | The property provides the preprocessing options to be used for this engine. (Inherited from OcrEngine.) | |
| RecognitionCulture | Sets or gets the recognition language for this engine. (Inherited from OcrEngine.) | |
| RecognitionCulturesList | Gets or sets the list of cultures to be used during recognition. (Inherited from OcrEngine.) | |
| RecognizeBarcodes | When true, will recognize barcodes as well as text if the engine supports barcode recognition. (Inherited from OcrEngine.) | |
| RejectPoorCharacters | Gets or sets a value that will reject low confidence characters. | |
| RejectPoorLines | Gets or sets a value that will reject low confidence lines. | |
| ResampleLargeImages | ||
| SupportedBarcodeSymbologies | Gets a list of barcode symbologies that are supported by this OcrDocument (if any). (Inherited from OcrEngine.) | |
| SupportMultiCultureRecognition |
Gets the value indicating whether the OCR engine supports multiple recognition cultures.
(Inherited from OcrEngine.) | |
| Translators | This property provides access to a TranslatorCollection object used by the engine to
translate images to documents. (Inherited from OcrEngine.) | |
| UseLexicalProcessing | Gets or sets a value that indicates if the engine should use Lexical processing. |