web-atrio/invoice-data

Extract data from invoice file.

0.1 2017-10-13 14:26 UTC

This package is not auto-updated.

Last update: 2024-05-02 15:29:41 UTC


README

Extract data from invoice file.

Requirements

You should have Tesseract and Imagick and Ghostscript installed.

Installation

The package can be installed via composer:

$ composer require web-atrio/invoice-data

Usage

Read invoice file.

$invoiceData = new InvoiceData("invoice.png");
$invoice = $invoiceData->getData();

License

The MIT License (MIT). Please see License File for more information.