IOcrZone Interface |
Namespace: Opait.Ocr.Api
public interface IOcrZone
The IOcrZone type exposes the following members.
| Name | Description | |
|---|---|---|
| Angle |
Gets the rotation angle of the zone. Valid values are 0, 90, 180 and 270.
| |
| Bottom |
Gets the normalized bottom margin of the zone.
| |
| DataLength |
Gets or sets the length of the data within the zone value.
| |
| DataMask |
Gets or sets a mask to validate a custom data type.
| |
| DataOffset |
Gets or sets the offset of the data within the zone value.
| |
| DataType |
Gets or sets the data type of the extracted value.
| |
| DataValue |
Gets or sets a pattern with optional use of macros for the computed field value.
| |
| Left |
Gets the normalized left margin of the zone.
| |
| MatchCase |
Gets or sets a flag to indicate whether the regular expression pattern matching will be case sensitive.
| |
| MultiLine |
Gets or sets a flag to indicate whether the extracted text
can span multiple lines of text.
| |
| Name |
Gets the unique name for the OCR zone.
| |
| OnPage |
Gets or sets the index of the page where zone will be detected.\r\nExample: 1, 2, end, end - 1.
| |
| PageNumber |
Gets or sets the index of the page where the zone was detected.
| |
| Pattern |
Gets or sets a regular expression pattern that is applied to the extracted data.
| |
| Replace |
Gets or sets a regular expression replacement string that is applied to the result of the pattern matching.
| |
| Right |
Gets the normalized right margin of the zone.
| |
| Text |
Gets or sets the recognized OCR text for this zone.
| |
| Top |
Gets the normalized top margin of the zone.
|