mindee-api-dotnet

PdfExtractor.ExtractInvoices Method

Declaring Type: PdfExtractor
Namespace: Mindee.Extraction
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Overloads

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.

ExtractInvoices(IList<InvoiceSplitterV1PageGroup>, bool)

Extracts invoices as complete PDFs from the document.

public List<ExtractedPdf> ExtractInvoices(IList<InvoiceSplitterV1PageGroup> pageIndexes, bool strict);

Parameters

pageIndexes IList<InvoiceSplitterV1PageGroup>

List of sub-lists of pages to keep.

strict bool

Whether to trust confidence scores of 1.0 only or not.

Returns

List<ExtractedPdf>

A list of extracted invoices.

ExtractInvoices(List<InvoiceSplitterV1PageGroup>)

Extracts invoices as complete PDFs from the document. Include cuts for confidence scores below 1.0.

public List<ExtractedPdf> ExtractInvoices(List<InvoiceSplitterV1PageGroup> pageIndexes);

Parameters

pageIndexes List<InvoiceSplitterV1PageGroup>

List of sub-lists of pages to keep.

Returns

List<ExtractedPdf>

A list of extracted invoices.


Documentation generated by MdDocs