Link Search Menu Expand Document

BatchProcessingParseFolderToCSV Method (DocumentParser, String, String, CSVOptions, BatchProcessingProcessingCallback)

Parses all documents in specified folder.

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public void ParseFolderToCSV(
	DocumentParser documentParser,
	string folderName,
	string outputFileName,
	CSVOptions csvOptions = null,
	BatchProcessingProcessingCallback callback = null
)

Parameters

documentParser
Type: ByteScout.DocumentParserDocumentParser
Configured DocumentParser instance to use for parsing.
folderName
Type: SystemString
Input folder.
outputFileName
Type: SystemString
Output CSV file name.
csvOptions (Optional)
Type: ByteScout.DocumentParserCSVOptions
CSV format options.
callback (Optional)
Type: ByteScout.DocumentParserBatchProcessingProcessingCallback
Callback method to get processing progress and interrupt it if needed
See Also

Reference