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.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