Declaring Type: PdfExtractor
Namespace: Mindee.Extraction
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Signature | Description |
---|---|
ExtractInvoices(IList<InvoiceSplitterV1PageGroup>, bool) | Extracts invoices as complete PDFs from the document. |
ExtractInvoices(List<InvoiceSplitterV1PageGroup>) | Extracts invoices as complete PDFs from the document. Include cuts for confidence scores below 1.0. |
Extracts invoices as complete PDFs from the document.
public List<ExtractedPdf> ExtractInvoices(IList<InvoiceSplitterV1PageGroup> pageIndexes, bool strict);
pageIndexes
IList<InvoiceSplitterV1PageGroup>
List of sub-lists of pages to keep.
strict
bool
Whether to trust confidence scores of 1.0 only or not.
List<ExtractedPdf>
A list of extracted invoices.
Extracts invoices as complete PDFs from the document. Include cuts for confidence scores below 1.0.
public List<ExtractedPdf> ExtractInvoices(List<InvoiceSplitterV1PageGroup> pageIndexes);
pageIndexes
List<InvoiceSplitterV1PageGroup>
List of sub-lists of pages to keep.
List<ExtractedPdf>
A list of extracted invoices.
Documentation generated by MdDocs