Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrOmrOptions Interface : FrameDetectionMethod Property |
OcrOmrFrameDetectionMethod FrameDetectionMethod {get; set;}
'Declaration
Property FrameDetectionMethod As OcrOmrFrameDetectionMethod
'Usage
Dim instance As IOcrOmrOptions Dim value As OcrOmrFrameDetectionMethod instance.FrameDetectionMethod = value value = instance.FrameDetectionMethod
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 OcrOmrFrameDetectionMethod FrameDetectionMethod { OcrOmrFrameDetectionMethod get(); void set ( OcrOmrFrameDetectionMethod value); }
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.