Gets or sets the OMR frame detection mode.
public OcrOmrFrameDetectionMethod FrameDetectionMethod { get; set; }
Property FrameDetectionMethod As Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod
Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod FrameDetectionMethod {get; set;}
@property (nonatomic, assign) LTOcrOmrFrameDetectionMethod frameDetectionMethod
public OcrOmrFrameDetectionMethod getFrameDetectionMethod()
public void setFrameDetectionMethod(OcrOmrFrameDetectionMethod value)
<br/>get_FrameDetectionMethod();<br/>set_FrameDetectionMethod(value);<br/>Object.defineProperty('FrameDetectionMethod');
property Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod FrameDetectionMethod {
Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod get();
void set ( Leadtools.Forms.Ocr.OcrOmrFrameDetectionMethod );
}
An OcrOmrFrameDetectionMethod enumeration member that indicates the OMR frame detection mode.
OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.
Frames stand for the checkbox 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 the OMR fields contains (or does not contain) frames, it is recommended to set IOcrOmrOptions.FrameDetectionMethod accordingly to increase the 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