The OcrOmrSensitivity Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
The OMR sensitivity mode.Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum OcrOmrSensitivity Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrOmrSensitivity |
C# | |
---|---|
[SerializableAttribute()] public enum OcrOmrSensitivity : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class OcrOmrSensitivity : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
High | Use high check mark recognition sensitivity. |
Highest | Use the highest check mark recognition sensitivity. This may also be the slowest. |
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. |
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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7