Click or drag to resize

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

Parameters

job
Type: Opait.Ocr.ApiIOcrJob
The current active job.

Return Value

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

Implements

IOcrPluginJobCompleted(IOcrJob)
See Also