Click or drag to resize

IOcrProcessor Interface

The public interface to processing a list of scheduled OCR jobs.

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

The IOcrProcessor type exposes the following members.

Properties
  NameDescription
Public propertyActionCode
Gets the last action code from a plugin call.
Public propertyCancelToken
The cancellation token passed to each task.
Public propertyJobsProcessed
Gets the total number of jobs procesed.
Public propertyOcrStats
Gets the OCR statistics for all jobs in this process.
Public propertyPlugin
Gets or sets the optional plugin for all jobs.
Public propertyProgress
Gets or set a progress reporting interface.
Public propertyProject
Gets or sets the project file to process.
Top
Methods
  NameDescription
Public methodProcessAsync
Runs the jobs within the loaded project once against the watched folders.
Public methodProcessJobAsync
Process the specified job once.
Top
See Also