invoice2data icon indicating copy to clipboard operation
invoice2data copied to clipboard

Extract structured data from PDF invoices

Results 138 invoice2data issues
Sort by recently updated
recently updated
newest added

Changed "invoiced" to "invoices"

Fixes: Multi pdf support https://github.com/invoice-x/invoice2data/issues/271 pass clean image https://github.com/invoice-x/invoice2data/issues/169 all pages from a PDF file get converted to a png image before feeding it into tesseract. Because the convert function...

local unit tests are failling. steps to reproduce: 1. go to invoice2data/tests 2. `$ python test_lib.py` ``` Traceback (most recent call last): File "test_lib.py", line 12, in from .common import...

Use similar method as for pdftotext unittests.

First of all, thank you for this project! This PR adds support for any template variable to be used in the filename as requested in #316.

An attribute error occured when the date regex matches multiple times. Fixes: https://github.com/invoice-x/invoice2data/issues/374

running test_cli locally results in an assertion error, because it is testing against the wrong folder. steps to reproduce: 1. go to by `$ cd invoice2data/tests` 2. `$ python test_cli.py`...

The written content to the json file is in the wrong order. Environment: local system. Might occur on CI unit tests as well Steps to reproduce: invoice2data ./SammyMaystoneLinesTest.pdf --input-reader=pdftotext --template-folder=./Templates...

Supersedes #225 Fixes: #155 No warning with lines - Solved in a different manner to show why something matches and on which setting. Fixes: #224 Support for multiple lines using...

Local unit test fails: FileNotFoundError Caused by relative path in: https://github.com/invoice-x/invoice2data/blob/36863386692a2393d561cdaa1e3a5e4938c34935/tests/test_cli.py#L162 steps to reproduce: 1. go to invoice2data/tests 2. `$ python test_cli.py`