Click or drag to resize

OCRZones Class

The OCRZones collection is a sorted set of OCRZone objects.
Inheritance Hierarchy
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusOCRZones

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

The OCRZones type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of OCR zones stored in the collection.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the OCRZones
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested OCRZone object from the collection.
Public methodItemByUniqueID
Returns the selected object.
Top
Remarks

The order of the OCRZone objects are the reading order of the recognized paragraphs. The reading order takes effect only when exporting with converters using the Formatted Text formatting level (formerly Retain Fonts and Paragraphs mode).

See Also