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
public enum OcrOmrFrameDetectionMethod
Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod = function() { }; Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod.prototype = {
Auto = 0x00000000, WithoutFrame = 0x00000001, WithFrame = 0x00000002, };
[SerializableAttribute()] public enum class OcrOmrFrameDetectionMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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
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