BatchProcessingParseFolderToCSV Method (InvoiceParser, String, String, CSVOptions, BatchProcessingProcessingCallback)ByteScout Invoice Parser SDK
Parses all documents in specified folder.

Namespace:  ByteScout.InvoiceParser
Assembly:  ByteScout.InvoiceParser (in ByteScout.InvoiceParser.dll) Version: 3.0.0.357-master
Syntax

public static void ParseFolderToCSV(
	InvoiceParser invoiceParser,
	string folderName,
	string outputFileName,
	CSVOptions csvOptions = null,
	BatchProcessingProcessingCallback callback = null
)

Parameters

invoiceParser
Type: ByteScout.InvoiceParserInvoiceParser
Configured InvoiceParser instance to use for parsing.
folderName
Type: SystemString
Input folder.
outputFileName
Type: SystemString
Output CSV file name.
csvOptions (Optional)
Type: ByteScout.InvoiceParserCSVOptions
CSV format options.
callback (Optional)
Type: ByteScout.InvoiceParserBatchProcessingProcessingCallback
Callback method to get processing progress and interrupt it if needed
See Also

Reference