Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
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, Stream outputStream, CSVOptions csvOptions = null, BatchProcessingProcessingCallback callback = null )
Parameters
- invoiceParser
- Type: ByteScout.InvoiceParserInvoiceParser
Configured InvoiceParser instance to use for parsing. - folderName
- Type: SystemString
Input folder. - outputStream
- Type: System.IOStream
Output stream. - 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