Click or drag to resize

OcrPluginBaseDocumentStarted Method

This method is called after a source document has been locked 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 DocumentStarted(
	IOcrJob job,
	IOcrDocument document
)

Parameters

job
Type: Opait.Ocr.ApiIOcrJob
The current active OCR job.
document
Type: Opait.Ocr.ApiIOcrDocument
The locked source document.

Return Value

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

Implements

IOcrPluginDocumentStarted(IOcrJob, IOcrDocument)
See Also