Link Search Menu Expand Document

DocumentParserParseDocumentPageRange Method (Stream, IListInt32, Stream, OutputFormat, CSVOptions)

Process a part of the document.

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public bool ParseDocumentPageRange(
	Stream inputStream,
	IList<int> pageIndices,
	Stream outputStream,
	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.
outputStream
Type: System.IOStream
Output stream.
outputFormat (Optional)
Type: ByteScout.DocumentParserOutputFormat
Output data format.
csvOptions (Optional)
Type: ByteScout.DocumentParserCSVOptions
CSV format options.

Return Value

Type: Boolean
Returns true if the document is matched a template and parsed successfully; otherwise false.
See Also

Reference