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