Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum OcrOmrSensitivity Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public enum OcrOmrSensitivity : Enum |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class OcrOmrSensitivity : public Enum |
Member | Description |
---|---|
Highest | Use the highest check mark recognition sensitivity. This may also be the slowest. |
High | Use high check mark recognition sensitivity. |
Low | Use low check mark recognition sensitivity. May be faster than High. |
Lowest | Use the lowest check mark recognition sensitivity. This may also be the fastest. |
For an example, refer to IOcrOmrOptions.
OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.
You can set the LEADTOOLS OCR engine OMR recognition sensitivity to be as high or low as desired. High sensitivity results in higher confidence in the recognized mark, but could prove to be slower.
To change the sensitivity of OMR recognition, use IOcrOmrOptions.Sensitivity.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrOmrSensitivity
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
Leadtools.Forms.Ocr NamespaceIOcrOmrOptions Interface
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
OcrZoneRecognitionModule Enumeration
OcrZoneFillMethod Enumeration
Programming with Leadtools .NET OCR
Using OMR in LEADTOOLS .NET OCR
Unlocking Special LEAD Features