Uses of Class
com.mindee.pdf.ExtractedPDF
-
Packages that use ExtractedPDF Package Description com.mindee.pdf com.mindee.v1.fileoperations com.mindee.v2.fileoperations com.mindee.v2.product.split -
-
Uses of ExtractedPDF in com.mindee.pdf
Methods in com.mindee.pdf that return ExtractedPDF Modifier and Type Method Description ExtractedPDFBasePDFExtractor. extractSinglePage(List<Integer> pageNumbers, boolean closeOriginal) -
Uses of ExtractedPDF in com.mindee.v1.fileoperations
Methods in com.mindee.v1.fileoperations that return types with arguments of type ExtractedPDF Modifier and Type Method Description List<ExtractedPDF>PDFExtractor. extractInvoices(List<InvoiceSplitterV1InvoicePageGroup> pageIndexes)Extract invoices from the given page indexes (from an invoice-splitter prediction).List<ExtractedPDF>PDFExtractor. extractInvoices(List<InvoiceSplitterV1InvoicePageGroup> pageIndexes, boolean strict)Extract invoices from the given page indexes (from an invoice-splitter prediction). -
Uses of ExtractedPDF in com.mindee.v2.fileoperations
Methods in com.mindee.v2.fileoperations that return ExtractedPDF Modifier and Type Method Description ExtractedPDFSplit. extractSingleSplit(SplitRange splitRange) -
Uses of ExtractedPDF in com.mindee.v2.product.split
Methods in com.mindee.v2.product.split that return ExtractedPDF Modifier and Type Method Description ExtractedPDFSplitRange. extractFromInputSource(LocalInputSource inputSource)Based on the crop results, extract the documents into individual files as anExtractedImagesinstance.
-