IOcrProcessor Interface |
Namespace: Opait.Ocr.Api
public interface IOcrProcessor
The IOcrProcessor type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionCode |
Gets the last action code from a plugin call.
| |
| CancelToken |
The cancellation token passed to each task.
| |
| JobsProcessed |
Gets the total number of jobs procesed.
| |
| OcrStats |
Gets the OCR statistics for all jobs in this process.
| |
| Plugin |
Gets or sets the optional plugin for all jobs.
| |
| Progress |
Gets or set a progress reporting interface.
| |
| Project |
Gets or sets the project file to process.
|
| Name | Description | |
|---|---|---|
| ProcessAsync |
Runs the jobs within the loaded project once against the watched folders.
| |
| ProcessJobAsync |
Process the specified job once.
|