The OcrOmrFrameDetectionMethod Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
The OMR frame detection mode.Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum OcrOmrFrameDetectionMethod Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrOmrFrameDetectionMethod |
C# | |
---|---|
[SerializableAttribute()] public enum OcrOmrFrameDetectionMethod : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class OcrOmrFrameDetectionMethod : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Auto | Automatically detect whether there is a printed frame (e.g. check box). |
WithFrame | The OMR zone is outside the printed frame, so the printed frame is visible. |
WithoutFrame | The OMR zone is inside the printed frame, so the printed frame is not visible. |
OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.
Frames stand for the check boxes that may exist around OMR fields. You can set the LEADTOOLS OCR engine to automatically detect these frames and take them into consideration when recognizing OMR fields. If you know whether the OMR fields contain frames, set the IOcrOmrOptions.FrameDetectionMethod accordingly to increase recognition performance and accuracy.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7