Gets or sets the OMR frame detection mode of the field.
Syntax
public OcrOmrFrameDetectionMethod FrameMethod { get; set; }
Public Property FrameMethod As OcrOmrFrameDetectionMethod
public OcrOmrFrameDetectionMethod getFrameMethod();
public void setFrameMethod(
OcrOmrFrameDetectionMethod ocrOmrFrameDetectionMethod
);
public:
property OcrOmrFrameDetectionMethod FrameMethod {
OcrOmrFrameDetectionMethod get();
void set ( OcrOmrFrameDetectionMethod );
}
An Leadtools.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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document