Click or drag to resize

OcrPluginBaseJobStarted 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
C#
public virtual ActionCode JobStarted(
	IOcrJob job
)

Parameters

job
Type: Opait.Ocr.ApiIOcrJob
The loaded OCR job.

Return Value

Type: ActionCode
The instruction to the server on how to proceed.

Implements

IOcrPluginJobStarted(IOcrJob)
See Also