Gets the OMR (Optical Mark Recognition) settings currently used by the engine.
public IOcrOmrOptions OmrOptions { get; }
ReadOnly Property OmrOptions As IOcrOmrOptions
@property (nonatomic, strong, readonly) LTOcrOmrOptions *omrOptions
public OcrOmrOptions getOmrOptions()
property IOcrOmrOptions^ OmrOptions {
IOcrOmrOptions^ get();
}
An IOcrOmrOptions interface implementation object that defines the OMR settings currently used by the engine.
Use of OMR in LEADTOOLS requires a special key to unlock OMR capabilities. For more information, refer to Unlocking Special LEAD Features.
To get the instance of the IOcrOmrOptions interface currently used in the engine call the IOcrSpellCheckManager.OmrOptions property.
Use the IOcrOmrOptions interface, you can change the following OMR settings:
The OMR zones of a page have the OcrZone.ZoneType property set to OcrZoneType.Omr.
All LEADTOOLS OCR engines support OMR. However, only the LEADTOOLS OCR Module - LEAD Engine supports auto-detection of OMR zones during auto-zoning of the OCR page. To set up OMR zone auto-detection, make sure that the "Detect Checkbox" is one of the Recognition.Zoning.Options setting flags included before calling IOcrPage.AutoZone or IOcrPage.Recognize. The rest of the OCR engines require that the OMR zones be manually added to the page by setting their boundaries through OcrZone.Bounds and zone type as described above. Then add the zones to the page using the IOcrPage.Zones collection before calling IOcrPage.Recognize.
For more information refer to Using OMR in LEADTOOLS .NET OCR.
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