public interface InvoiceExtractor
The Invoice Extractor interface. A PDF Carriage implement this interface to extract a Invoice model from a PDF.
Invoice
extract(byte[] pdf)
extract(java.io.InputStream pdf)
Invoice extract(byte[] pdf)
Extract invoice from a PDF.
pdf
Invoice extract(java.io.InputStream pdf)
Extract invoice from PDF stream.
Copyright © 2014 konik.io. All Rights Reserved.