The OMR frame detection mode.
[SerializableAttribute()]
public enum OcrOmrFrameDetectionMethod
<SerializableAttribute()>
Public Enum OcrOmrFrameDetectionMethod
[SerializableAttribute()]
public enum OcrOmrFrameDetectionMethod
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
Members
Value | Member | Description |
---|---|---|
0 | Auto | Automatically detect whether there is a printed frame (e.g. check box). |
1 | WithoutFrame | The OMR zone is inside the printed frame, so the printed frame is not visible. |
2 | WithFrame | The OMR zone is outside the printed frame, so the printed frame is 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.
For an example, refer to IOcrOmrOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET