Click or drag to resize

IOcrProcessorProcessAsync Method

Runs the jobs within the loaded project once against the watched folders.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
Task<bool> ProcessAsync()

Return Value

Type: TaskBoolean
'True' if processing was completed without errors; otherwise, 'false'.
See Also