Uses of Class
com.mindee.extraction.ExtractedPDF
-
Packages that use ExtractedPDF Package Description com.mindee.extraction -
-
Uses of ExtractedPDF in com.mindee.extraction
Methods in com.mindee.extraction that return types with arguments of type ExtractedPDF Modifier and Type Method Description List<ExtractedPDF>
PDFExtractor. extractInvoices(List<InvoiceSplitterV1Document.PageIndexes> pageIndexes)
Extract invoices from the given page indexes (from an invoice-splitter prediction).List<ExtractedPDF>
PDFExtractor. extractInvoices(List<InvoiceSplitterV1Document.PageIndexes> pageIndexes, boolean strict)
Extract invoices from the given page indexes (from an invoice-splitter prediction).List<ExtractedPDF>
PDFExtractor. extractSubDocuments(List<List<Integer>> pageIndexes)
Given a list of page indexes, extracts the corresponding documents.
-