Gets or sets the OMR frame detection mode of the field.
public OcrOmrFrameDetectionMethod FrameMethod { get; set; }
Public Property FrameMethod As Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod
public:
property Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod FrameMethod {
Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod get();
void set ( Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod );
}
An Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod enumeration member that indicates the OMR frame detection mode of the field.
Frames stand for the check boxes that can exist around OMR fields. You can set the LEADTOOLS OCR engine to automatically detect such frames and take them into consideration when recognizing OMR fields. If you know the OMR fields contain frames, set the IOcrOmrOptions.FrameDetectionMethod accordingly to increase recognition performance and accuracy.
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