OcrPlugin Class |
Namespace: Opait.Ocr.Api
public class OcrPlugin : IOcrPlugin
The OcrPlugin type exposes the following members.
Name | Description | |
---|---|---|
DocumentCompleted |
This method is called after a document has been processed.
| |
DocumentsDetected |
This method is called after the current active job has detected a list of qualified source documents for processing.
| |
DocumentStarted |
This method is called after a source document has been locked and is about to be processed.
| |
JobCompleted |
This method is called after a job has completed processing and is about to be rescheduled.
| |
JobStarted |
This method is called when a new OCR job has been loaded and is about to be processed.
| |
ProcessorCompleted |
This method is called when a processor has completed processing its list of OCR jobs..
| |
ProcessorStarted |
This method is called when a new OCR processor has started.
|
Name | Description | |
---|---|---|
Contained |
Optional project specific plugin interface.
| |
Processor |
The current processor.
|