Click or drag to resize

IOcrTemplate Interface

Public interface of a template for extracting zoned OCR data.

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

The IOcrTemplate type exposes the following members.

Properties
  NameDescription
Public propertyIndexFile
Gets or sets the path to a comma-delimitted index file where extracted data is stored.
Public propertySampleFile
Gets or sets the path to a sample file for display of OCR zones.
Public propertyZoneCount
Gets the number of defined OCR zones.
Top
Methods
  NameDescription
Public methodAddZone
Add a new OCR zone.
Public methodClearZones
Clear all OCR zones.
Public methodDeleteZone
Delete the specified OCR zone.
Public methodGetAllZones
Gets the list of all zones defined on the template.
Public methodGetPageZones
Gets the list of zones defined on the specified page.
Public methodGetZone
Gets OCR zone at specified index.
Top
See Also