| IOcrPluginDocumentCompleted 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 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:
ActionCodeThe instruction to the server on how to proceed.
See Also