Click or drag to resize

OcrPluginBaseDocumentCompleted 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 = null
)

Parameters

job
Type: Opait.Ocr.ApiIOcrJob
The current active job.
document
Type: Opait.Ocr.ApiIOcrDocument
The processed document.
error (Optional)
Type: SystemException
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

IOcrPluginDocumentCompleted(IOcrJob, IOcrDocument, Exception)
See Also