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
Process document.
Namespace: ByteScout.InvoiceParser
Assembly: ByteScout.InvoiceParser (in ByteScout.InvoiceParser.dll) Version: 3.0.0.357-master
Syntax
public bool ParseDocument( Stream inputStream, Stream outputStream, OutputFormat outputFormat = OutputFormat.JSON, bool generateCsvHeaders = true )
Parameters
- inputStream
- Type: System.IOStream
Input document stream. - outputStream
- Type: System.IOStream
Output stream. - outputFormat (Optional)
- Type: ByteScout.InvoiceParserOutputFormat
Output data format. - generateCsvHeaders (Optional)
- Type: SystemBoolean
Defines if the first CSV row should contain column headers.
Return Value
Type: BooleanReturns true if the document is matched a template and parsed successfully; otherwise false.
See Also