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);
pageIndexes
List<List<int>>
List of sub-lists of pages to keep.
List<ExtractedPdf>
Extracted documents.
ArgumentException
Documentation generated by MdDocs