Click or drag to resize

OcrPlugin Class

Default implementation of the plugin interface to the OCR processing engine.
Inheritance Hierarchy
SystemObject
  Opait.Ocr.ApiOcrPlugin

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

The OcrPlugin type exposes the following members.

Constructors
  NameDescription
Public methodOcrPlugin
Initializes a new instance of the OcrPlugin 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
Fields
  NameDescription
Protected fieldContained
Optional project specific plugin interface.
Protected fieldProcessor
The current processor.
Top
See Also