mindee-api-dotnet

PdfExtractor.ExtractSubDocuments Method

Declaring Type: PdfExtractor
Namespace: Mindee.Extraction
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

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