mindee-api-dotnet

PdfExtractor.ExtractSubDocuments Method

Declaring Type: PdfExtractor
Namespace: Mindee.Extraction
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Extracts sub-documents from the source document using list of page indexes.

public List<ExtractedPdf> ExtractSubDocuments(List<List<int>> pageIndexes);

Parameters

pageIndexes List<List<int>>

List of sub-lists of pages to keep.

Returns

List<ExtractedPdf>

Extracted documents.

Exceptions

ArgumentException


Documentation generated by MdDocs