| IOcrPluginJobStarted Method |
This method is called when a new OCR job has been loaded and is about to be processed.
Namespace:
Opait.Ocr.Api
Assembly:
Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax ActionCode JobStarted(
IOcrJob job
)
Parameters
- job
- Type: Opait.Ocr.ApiIOcrJob
The loaded OCR job.
Return Value
Type:
ActionCodeThe instruction to the server on how to proceed.
See Also