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 a part of the document.
Namespace: ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public string ParseDocumentPageRange( Stream inputStream, IList<int> pageIndices, OutputFormat outputFormat = OutputFormat.JSON, CSVOptions csvOptions = null )
Parameters
- inputStream
- Type: System.IOStream
Input document stream. - pageIndices
- Type: System.Collections.GenericIListInt32
Array of page indices. Page indices are 0-based. - outputFormat (Optional)
- Type: ByteScout.DocumentParserOutputFormat
Output data format. - csvOptions (Optional)
- Type: ByteScout.DocumentParserCSVOptions
CSV format options.
Return Value
Type: StringReturns parsed document data in JSON or YAML format.
See Also