| OcrFactoryProcessProjectAsync Method |
Processes a specific project once against its watched folders.
Namespace:
Opait.Ocr.Api
Assembly:
Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax public static Task ProcessProjectAsync(
IOcrProject project,
IOcrPlugin plugin = null
)
Parameters
- project
- Type: Opait.Ocr.ApiIOcrProject
The project to process. - plugin (Optional)
- Type: Opait.Ocr.ApiIOcrPlugin
An optional plugin to use for all jobs in the project.
Return Value
Type:
TaskA task that represents the asynchronous OCR processing.
See Also