Gets or sets the OMR frame detection mode.
public OcrOmrFrameDetectionMethod FrameDetectionMethod { get; set; }
Property FrameDetectionMethod As OcrOmrFrameDetectionMethod
@property (nonatomic, assign) LTOcrOmrFrameDetectionMethod frameDetectionMethod
public OcrOmrFrameDetectionMethod getFrameDetectionMethod()
public void setFrameDetectionMethod(OcrOmrFrameDetectionMethod value)
property OcrOmrFrameDetectionMethod FrameDetectionMethod {
OcrOmrFrameDetectionMethod get();
void set ( 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.
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