Click or drag to resize

OcrPlugin.DocumentCompleted Method

This method is called after a document has been processed.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public virtual ActionCode DocumentCompleted(
	IOcrJob job,
	IOcrDocument document,
	Exception error
)

Parameters

job
Type: Opait.Ocr.Api.IOcrJob
The current active job.
document
Type: Opait.Ocr.Api.IOcrDocument
The processed document.
error
Type: System.Exception
The exception that caused a failure, or null if processing was successful.

Return Value

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

Implements

IOcrPlugin.DocumentCompleted(IOcrJob, IOcrDocument, Exception)
See Also