Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace : NativeOcrZoneRecognitionOptions Enumeration |
[FlagsAttribute()] [SerializableAttribute()] public enum NativeOcrZoneRecognitionOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> <SerializableAttribute()> Public Enum NativeOcrZoneRecognitionOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As NativeOcrZoneRecognitionOptions
[FlagsAttribute()] [SerializableAttribute()] public enum NativeOcrZoneRecognitionOptions : System.IComparable, System.IConvertible, System.IFormattable
public enum NativeOcrZoneRecognitionOptions
Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions = function() { }; Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions.prototype = {<br/> None = 0x00000000, DisableLanguageDictionary = 0x00000001, DisableUserDictionary = 0x00000002, DisableVerification = 0x00000004, IgnoreWhiteSpace = 0x00000008, IgnoreCase = 0x00000010, PassEntireLines = 0x00000020, DisableCorrection = 0x00000040, IncludePunctuation = 0x00000080, CorrectProperNames = 0x00000100, };
[FlagsAttribute()] [SerializableAttribute()] public enum class NativeOcrZoneRecognitionOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No options. |
0x00000001 | DisableLanguageDictionary | Prohibit the use of the language dictionary in this zone. |
0x00000002 | DisableUserDictionary | Prohibit the use of the user dictionary in this zone. |
0x00000004 | DisableVerification | Not used by this version of LEADTOOLS. |
0x00000008 | IgnoreWhiteSpace | Ignore white space characters (SPACE and TAB characters) during checking of this zone. This field should be used together with the NativeOcrZoneRecognitionOptions.PassEntireLines. |
0x00000010 | IgnoreCase | Case insensitive user dictionary checking for this zone. |
0x00000020 | 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. |
0x00000040 | DisableCorrection | Correction done by the IOcrSpellCheckManager is disabled for this zone. |
0x00000080 | IncludePunctuation | Punctuation characters will also be considered during checking of this zone. |
0x00000100 | CorrectProperNames | Enables the correction of words beginning with an uppercase letter inside a sentence (i.e. typically but not always proper names). |
Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.
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 NativeOcrZone.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.NativeOcrZoneRecognitionOptions
Leadtools.Forms.Ocr Namespace
NativeOcrZone.RecognitionOptions
NativeOcrZone.RecognitionNotes
AutoZone Method
NativeOcrZoneFillMethod Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR
An Overview of OCR Recognition Modules