DocumentParserParseDocument Method (String, String, OutputFormat, CSVOptions)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Process document.
Namespace:ByteScout.DocumentParserAssembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public bool ParseDocument( string inputFileName, string outputFileName, OutputFormat outputFormat = OutputFormat.JSON, CSVOptions csvOptions = null )
Parameters
- inputFileName
- Type: SystemString
Input document file name. - outputFileName
- Type: SystemString
Output file name. - outputFormat (Optional)
- Type: ByteScout.DocumentParserOutputFormat
Output format. - csvOptions (Optional)
- Type: ByteScout.DocumentParserCSVOptions
CSV format options.
Return Value
Type: BooleanReturns true if the document is matched a template and parsed successfully; otherwise false.
See Also