Click or drag to resize

OcrPluginBase Class

Base implementation of the plugin interface to the OCR processing engine.
Remarks
All plugin handlers are implemented as virtual methods that return a code to continue with the normal processing. The API clients can override these virtual methods to implement customized handling of the processing workflow.
Inheritance Hierarchy
SystemObject
  Opait.Ocr.ApiOcrPluginBase

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

The OcrPluginBase type exposes the following members.

Constructors
  NameDescription
Public methodOcrPluginBase
Initializes a new instance of the OcrPluginBase class
Top
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