Click or drag to resize

IOcrPlugin Interface

The interface defines a plugin for the OCR Service.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public interface IOcrPlugin

The IOcrPlugin type exposes the following members.

Methods
  NameDescription
Public methodDocumentCompleted
This method is called after a document has been processed.
Public methodDocumentsDetected
This method is called after the current active job has detected a list of qualified source documents for processing.
Public methodDocumentStarted
This method is called after a source document has been locked and is about to be processed.
Public methodJobCompleted
This method is called after a job has completed processing and is about to be rescheduled.
Public methodJobStarted
This method is called when a new OCR job has been loaded and is about to be processed.
Public methodProcessorCompleted
This method is called when a processor has completed processing its list of OCR jobs..
Public methodProcessorStarted
This method is called when a new OCR processor has started.
Top
See Also