Click or drag to resize

BackgroundZone Class

A single zone or a collection of zones created during the preprocessing Load and Scan processes that the OCR Engine senses as possible area(s) for recognition.
Inheritance Hierarchy

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

The BackgroundZone type exposes the following members.

Properties
  NameDescription
Public propertyBoundingRect
This property returns the location of the OCR zone on the page.
Public propertyPointCount
This property returns the number of corner points defining the border walk coordinates of the zone.
Public propertyRectCount
This property returns the number of rectangles that cover the area of this OCR zone.
Public propertyType
This property classifies the OCR zone into one of the basic zone-categories: flowing text, table, graphics, form zone or ignore zone.
Public propertyUniqueID
This property returns the unique ID of the active object.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the BackgroundZone
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodPoint
This method returns the requested point of the zone-boundary polyline.
Public methodRect
This method returns the requested rectangle of the user zone area.
Top
Remarks

These automatically offered zones can be turned into user zones via user interaction.

See Also