Click or drag to resize

IOcrZone Interface

Public interface for defining a rectangular image zone for OCR extraction.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public interface IOcrZone

The IOcrZone type exposes the following members.

Properties
  NameDescription
Public propertyAngle
Gets the rotation angle of the zone. Valid values are 0, 90, 180 and 270.
Public propertyBottom
Gets the normalized bottom margin of the zone.
Public propertyDataLength
Gets or sets the length of the data within the zone value.
Public propertyDataMask
Gets or sets a mask to validate a custom data type.
Public propertyDataOffset
Gets or sets the offset of the data within the zone value.
Public propertyDataType
Gets or sets the data type of the extracted value.
Public propertyDataValue
Gets or sets a pattern with optional use of macros for the computed field value.
Public propertyLeft
Gets the normalized left margin of the zone.
Public propertyMatchCase
Gets or sets a flag to indicate whether the regular expression pattern matching will be case sensitive.
Public propertyMultiLine
Gets or sets a flag to indicate whether the extracted text can span multiple lines of text.
Public propertyName
Gets the unique name for the OCR zone.
Public propertyOnPage
Gets or sets the index of the page where zone will be detected.\r\nExample: 1, 2, end, end - 1.
Public propertyPageNumber
Gets or sets the index of the page where the zone was detected.
Public propertyPattern
Gets or sets a regular expression pattern that is applied to the extracted data.
Public propertyReplace
Gets or sets a regular expression replacement string that is applied to the result of the pattern matching.
Public propertyRight
Gets the normalized right margin of the zone.
Public propertyText
Gets or sets the recognized OCR text for this zone.
Public propertyTop
Gets the normalized top margin of the zone.
Top
See Also