Click or drag to resize

IOcrDocument Interface

The public interface of a source document for OCR processing.

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

The IOcrDocument type exposes the following members.

Properties
  NameDescription
Public propertyDestName
Gets or sets the path for saving OCR output.
Public propertyFileData
Gets the attributes of the source file.
Public propertyJob
Gets the job that the document belongs to.
Public propertyOcrTemplate
Gets the list of OCR zones defined for the document.
Top
Methods
  NameDescription
Public methodGetImage
Gets the image that corresponds to the specified page number.
Top
See Also