| IOcrPluginJobCompleted Method |
This method is called after a job has completed processing and is about to be rescheduled.
Namespace:
Opait.Ocr.Api
Assembly:
Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax ActionCode JobCompleted(
IOcrJob job
)
Parameters
- job
- Type: Opait.Ocr.ApiIOcrJob
The current active job.
Return Value
Type:
ActionCodeThe instruction to the server on how to proceed.
See Also