Link Search Menu Expand Document

DocumentParserParseDocument Method (String, OutputFormat, CSVOptions)

Parse document.

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public string ParseDocument(
	string inputFileName,
	OutputFormat outputFormat = OutputFormat.JSON,
	CSVOptions csvOptions = null
)

Parameters

inputFileName
Type: SystemString
Input document file name.
outputFormat (Optional)
Type: ByteScout.DocumentParserOutputFormat
Output data format.
csvOptions (Optional)
Type: ByteScout.DocumentParserCSVOptions
CSV format options.

Return Value

Type: String
Returns parsed document data in JSON or YAML format.
See Also

Reference