Click or drag to resize

OcrPluginBaseDocumentsDetected Method

This method is called after the current active job has detected a list of qualified source documents for processing.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public virtual ActionCode DocumentsDetected(
	IOcrJob job,
	IList<IOcrDocument> documents,
	long size
)

Parameters

job
Type: Opait.Ocr.ApiIOcrJob
The current active job.
documents
Type: System.Collections.GenericIListIOcrDocument
The list of qualified source documents.
size
Type: SystemInt64
The total size of source files.

Return Value

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

Implements

IOcrPluginDocumentsDetected(IOcrJob, IListIOcrDocument, Int64)
See Also