mindee-api-dotnet

PdfExtractor Class

Namespace: Mindee.Extraction
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

PDF extraction class.

public class PdfExtractor

Inheritance: object → PdfExtractor

Constructors

Name Description
PdfExtractor(LocalInputSource) Initializes a new instance of the PdfExtractor class.

Methods

Name 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.
ExtractSubDocuments(List<List<int>>) Extracts sub-documents from the source document using list of page indexes.
GetPageCount() Wrapper for pdf GetPageCount();

Documentation generated by MdDocs