Uses of Class
com.mindee.product.invoicesplitter.InvoiceSplitterV1Document.PageIndexes
-
Packages that use InvoiceSplitterV1Document.PageIndexes Package Description com.mindee.extraction com.mindee.product.invoicesplitter -
-
Uses of InvoiceSplitterV1Document.PageIndexes in com.mindee.extraction
Method parameters in com.mindee.extraction with type arguments of type InvoiceSplitterV1Document.PageIndexes 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). -
Uses of InvoiceSplitterV1Document.PageIndexes in com.mindee.product.invoicesplitter
Methods in com.mindee.product.invoicesplitter that return types with arguments of type InvoiceSplitterV1Document.PageIndexes Modifier and Type Method Description List<InvoiceSplitterV1Document.PageIndexes>
InvoiceSplitterV1Document. getInvoicePageGroups()
-