public interface InvoiceExtractor
The Invoice Extractor interface. A PDF Carriage implement this interface to extract a Invoice model from a PDF.
| Modifier and Type | Method and Description |
|---|---|
Invoice |
extract(byte[] pdf)
|
Invoice |
extract(InputStream pdf)
|
Invoice extract(byte[] pdf)
Extract invoice from a PDF.
pdf - the pdfInvoice extract(InputStream pdf)
Extract invoice from PDF stream.
pdf - the pdfCopyright © 2014 Konik.io. All Rights Reserved.