IOcrTemplate Interface | 
Namespace: Opait.Ocr.Api
public interface IOcrTemplate
The IOcrTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
| IndexFile | 
            Gets or sets the path to a comma-delimitted index file where extracted data is stored.
              | |
| SampleFile | 
            Gets or sets the path to a sample file for display of OCR zones.
              | |
| ZoneCount | 
            Gets the number of defined OCR zones.
              | 
| Name | Description | |
|---|---|---|
| AddZone | 
            Add a new OCR zone.
              | |
| ClearZones | 
            Clear all OCR zones.
              | |
| DeleteZone | 
            Delete the specified OCR zone.
              | |
| GetAllZones | 
            Gets the list of all zones defined on the template.
              | |
| GetPageZones | 
            Gets the list of zones defined on the specified page.
              | |
| GetZone | 
            Gets OCR zone at specified index.
              |