| OcrFactoryProcessJobAsync Method |
Processes a specific job once against its watched folder.
Namespace:
Opait.Ocr.Api
Assembly:
Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax public static Task ProcessJobAsync(
IOcrJob job,
IOcrPlugin plugin = null
)
Parameters
- job
- Type: Opait.Ocr.ApiIOcrJob
The job to process. - plugin (Optional)
- Type: Opait.Ocr.ApiIOcrPlugin
An optional plugin to use.
Return Value
Type:
TaskA task that represents the asynchronous OCR processing.
See Also