Click or drag to resize

IOcrJobGetSourceFiles Method

Scans the watched folders for available files.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
List<FileData> GetSourceFiles(
	bool countPages = false
)

Parameters

countPages (Optional)
Type: SystemBoolean
A flag to indicate whether to also count pages for each qualified file.

Return Value

Type: ListFileData
A list of files that can be queued for processing.
See Also