Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > 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
typedef NS_ENUM(NSInteger, LTOcrOmrFrameDetectionMethod)
public enum OcrOmrFrameDetectionMethod
Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod = function() { }; Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod.prototype = {<br/> Auto = 0, WithoutFrame = 1, WithFrame = 2, };
[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