The FrameDetectionMethod Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the OMR frame detection mode.Visual Basic (Declaration) | |
---|---|
Property FrameDetectionMethod As OcrOmrFrameDetectionMethod |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrOmrOptions Dim value As OcrOmrFrameDetectionMethod instance.FrameDetectionMethod = value value = instance.FrameDetectionMethod |
C# | |
---|---|
OcrOmrFrameDetectionMethod FrameDetectionMethod {get; set;} |
C++/CLI | |
---|---|
property OcrOmrFrameDetectionMethod FrameDetectionMethod { OcrOmrFrameDetectionMethod get(); void set ( OcrOmrFrameDetectionMethod value); } |
Property Value
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
IOcrOmrOptions InterfaceIOcrOmrOptions Members
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
OcrZoneRecognitionModule Enumeration
OcrZoneFillMethod Enumeration
Programming with Leadtools .NET OCR
Using OMR in LEADTOOLS .NET OCR
Unlocking Special LEAD Features