OCRZone Class |
Namespace: Kofax.OmniPageCSDK.IproPlus
The OCRZone type exposes the following members.
Name | Description | |
---|---|---|
![]() | BoundingRect |
This property returns the location of the OCR zone on the page. |
![]() | CheckFullLines |
This property returns whether the recognition module associated with this OCR zone passed entire lines to the checking subsystem instead of words during its operation.
|
![]() | CorrectProperNames |
This property returns whether the capitalization feature of the checking subsystem was enabled during the recognition for this OCR zone. |
![]() | DisableCorrection |
This property returns whether the correction feature of the checking subsystem was enabled for this OCR zone.
|
![]() | DisableSpellLangDict |
This property returns whether the checking subsystem was enabled for this OCR zone.
|
![]() | DisableUserCheck | |
![]() | DisableUserDict |
This property returns whether the user dictionary was enabled during the recognition in this OCR zone. |
![]() | DisableVerticalDict |
This property returns whether a vertical (legal, medical, financial) dictionary was enabled during the recognition in this OCR zone.
|
![]() | Filter |
This property can be used to retrieve a character set filter for the zone. |
![]() | FormFieldName |
This property returns the field name provided by Logical Form Recognition if available. |
![]() | IgnoreCase |
This property returns whether the checking subsystem used the currently set user dictionary in case-insensitive mode. |
![]() | IgnoreWhiteSpace |
This property returns whether white space characters (SPACE and TAB characters) were ignored during checking of this OCR zone. |
![]() | IncludePunctuation |
This property returns whether the punctuation characters on string boundaries were considered or not. |
![]() | Module |
This property returns the recognition module that will be used to recognize the zone. |
![]() | PointCount |
This property returns the number of corner points defining the border walk coordinates of the zone. |
![]() | RectCount |
This property returns the number of rectangles which cover the area of this OCR zone. |
![]() | Type |
This property is used to classify the OCR zone into one of the basic zone categories, such as a flowing text, table, graphics, form zone or ignore zone. |
![]() | UniqueID |
Returns the unique ID of the object. |
![]() | UserDictSection |
This property returns which section of the selected user dictionary was used in this OCR zone during recognition. |
![]() | ZoneFillingMethod |
This property returns the filling method for the OCR zone. |
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the OCRZone |
![]() | Equals | (Overrides Object.Equals(Object).) |
![]() | GetDocument |
Returns the parent Document object.
|
![]() | GetEngine |
Returns the Engine object.
|
![]() | GetHashCode | (Overrides Object.GetHashCode().) |
![]() | GetTableCells |
This method returns the collection of TableCell objects for a WT_TABLE zone. |
![]() | Point |
This property returns the requested point of the boundary polyline of the zone. |
![]() | Rect |
This method returns one requested rectangle from the OCR zone area. |
The OCRZone object provides access to the coordinates of an OCR zone, its content type, etc. All coordinates in this object refer to the OCR image.
The Capture SDK does not create overlapping OCR zones.