| 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 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:
ListFileDataA list of files that can be queued for processing.
See Also