Leadtools.Forms.Ocr Namespace : OcrOmrFrameDetectionMethod Enumeration |
[SerializableAttribute()] public enum OcrOmrFrameDetectionMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum OcrOmrFrameDetectionMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OcrOmrFrameDetectionMethod
[SerializableAttribute()] public enum OcrOmrFrameDetectionMethod : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod = function() { }; Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class OcrOmrFrameDetectionMethod : public System.Enum, System.IComparable, System.IConvertible, System.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: 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
IOcrOmrOptions Interface
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
OcrZoneRecognitionModule Enumeration
OcrZoneFillMethod Enumeration
Programming with the LEADTOOLS .NET OCR
Using OMR in LEADTOOLS .NET OCR
Unlocking Special LEAD Features