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)
get_FrameDetectionMethod();
set_FrameDetectionMethod(value);
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.
IOcrOmrOptions Interface
IOcrOmrOptions Members
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
OcrZoneRecognitionModule Enumeration
OcrZoneFillMethod Enumeration
Programming with the LEADTOOLS .NET OCR
Using OMR in LEADTOOLS .NET OCR
Unlocking Special LEAD Features