![]() |
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 > IOcrZoneManager Interface : OmrOptions Property |
IOcrOmrOptions OmrOptions {get;}
'Declaration
ReadOnly Property OmrOptions As IOcrOmrOptions
'Usage
Dim instance As IOcrZoneManager Dim value As IOcrOmrOptions value = instance.OmrOptions
IOcrOmrOptions OmrOptions {get;}
@property (nonatomic, strong, readonly) LTOcrOmrOptions *omrOptions
public OcrOmrOptions getOmrOptions()
get_OmrOptions();
property IOcrOmrOptions^ OmrOptions { IOcrOmrOptions^ get(); }
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 Advantage OCR 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.
IOcrZoneManager Interface
IOcrZoneManager Members
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
IOcrZoneManager Interface
IOcrOmrOptions Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR
Using OMR in LEADTOOLS .NET OCR
Unlocking Special LEAD Features