Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

OcrOmrZoneState Enumeration








The zone OMR recognition state.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrOmrZoneState 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OcrOmrZoneState
typedef NS_ENUM(NSInteger, LTOcrOmrZoneState)
public enum OcrOmrZoneState
Leadtools.Forms.Ocr.OcrOmrZoneState = function() { };
Leadtools.Forms.Ocr.OcrOmrZoneState.prototype = {<br/>
  Unfilled = 0,
	Filled = 1,
	
 };
Members
ValueMemberDescription
0Unfilled The mark is unfilled (or unchecked).
1Filled The mark is filled (or checked).
Remarks

OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.

The OMR zones of a page are zones with OcrZone.ZoneType set to OcrZoneType.Omr.

All LEADTOOLS OCR engines support OMR. However, there is no current support for auto-detecting OMR zones in a page, you have to add the OMR zones manually to the page by setting their boundary (through OcrZone.Bounds, the fill method and recognition module as described above and adding the zone to the page using the IOcrPage.Zones collection before calling IOcrPage.Recognize.

To use OMR in LEADTOOLS, you need a special key to unlock the OMR capabilities. For more information, refer to Unlocking Special LEAD Features.

Example
For an example, refer to IOcrOmrOptions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrOmrZoneState

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace
IOcrOmrOptions Interface
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR
Using OMR in LEADTOOLS .NET OCR
Unlocking Special LEAD Features

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features