BatchProcessingParseFolderToCSV Method (DocumentParser, String, Stream, CSVOptions, BatchProcessingProcessingCallback)ByteScout Document Parser SDK
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,
	Stream outputStream,
	CSVOptions csvOptions = null,
	BatchProcessingProcessingCallback callback = null
)

Parameters

documentParser
Type: ByteScout.DocumentParserDocumentParser
Configured DocumentParser instance to use for parsing.
folderName
Type: SystemString
Input folder.
outputStream
Type: System.IOStream
Output stream.
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