Click or drag to resize

OcrFactoryProcessFileAsync Method

Processes a specific source file into a specified destination file.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public static Task ProcessFileAsync(
	string sourceFileName,
	string destFolder,
	IOcrPlugin plugin = null
)

Parameters

sourceFileName
Type: SystemString
The file to process.
destFolder
Type: SystemString
The name of the destination folder.
plugin (Optional)
Type: Opait.Ocr.ApiIOcrPlugin
An optional plugin to use.

Return Value

Type: Task
A task that represents the asynchronous OCR processing.
See Also