Click or drag to resize

Characters Class

The Characters collection is a sorted set of Character objects, where each element represents a single character in the recognition result.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class Characters : IproPlusClass, IDisposable

The Characters type exposes the following members.

Properties
  NameDescription
Public propertyCellNumber
This property returns the index of the table cell containing the characters of this collection.
Public propertyCount
This property returns the number of characters stored in the collection.
Public propertyOCRZoneIndex
The property returns the index of the OCR zone containing the characters of this collection.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Characters
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested Character object from the collection.
Top
Remarks

By accessing its properties, the Characters collection enables you to gather information about the recognition result. The collection is sorted by the OCR zone indices (OCRZoneIndex property).

By default, this collection is empty. After the Recognize method of the Document or Page object is called, it is filled with the recognition result. The returned Characters can be filtered by zone index and cell number.

See Also