Leadtools.Forms.Ocr Namespace : OcrZoneRecognitionOptions Enumeration |
[FlagsAttribute()] [SerializableAttribute()] public enum OcrZoneRecognitionOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> <SerializableAttribute()> Public Enum OcrZoneRecognitionOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OcrZoneRecognitionOptions
[FlagsAttribute()] [SerializableAttribute()] public enum OcrZoneRecognitionOptions : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.Ocr.OcrZoneRecognitionOptions = function() { }; Leadtools.Forms.Ocr.OcrZoneRecognitionOptions.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] [SerializableAttribute()] public enum class OcrZoneRecognitionOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
CorrectProperNames | Enables the correction of words beginning with an uppercase letter inside a sentence (i.e. typically but not always proper names). |
DisableCorrection | Correction done by the IOcrSpellCheckManager is disabled for this zone. |
DisableLanguageDictionary | Prohibit the use of the language dictionary in this zone. |
DisableUserDictionary | Prohibit the use of the user dictionary in this zone. |
DisableVerification | Not used by this version of LEADTOOLS. |
IgnoreCase | Case insensitive user dictionary checking for this zone. |
IgnoreWhiteSpace | Ignore white space characters (SPACE and TAB characters) during checking of this zone. This field should be used together with the OcrZoneRecognitionOptions.PassEntireLines. |
IncludePunctuation | Punctuatuation characters will also be considered during checking of this zone. |
None | No options. |
PassEntireLines | Instructs the recognition module to pass entire lines to the checker for this zone, instead of words. Do not use this attribute in conjunction with spell checking. |
The accuracy of the recognition for a zone can also be improved by enabling the checking subsystem to run. Enable the checking subsystem by setting the IOcrSpellCheckManager.SpellCheckEngine property to a value other than OcrSpellCheckEngine.None. The application may need to call additional checking functions to configure the checking subsystem properly.
Use the OcrZone.RecognitionOptions property to control how the checking subsystem will check the recognized result for the zone.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrZoneRecognitionOptions
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Leadtools.Forms.Ocr Namespace
OcrZone.RecognitionOptions
OcrZone.RecognitionNotes
AutoZone Method
OcrZoneFillMethod Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR
An Overview of OCR Recognition Modules