invoice2data icon indicating copy to clipboard operation
invoice2data copied to clipboard

Extract structured data from PDF invoices

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

Hi, Im getting this error: > invoice2data --input-reader gvision --template-folder /home/ubuntu/output/wwwroot/ocr/template/ file.pdf Traceback (most recent call last): File "/usr/local/bin/invoice2data", line 8, in sys.exit(main()) File "/usr/local/lib/python3.5/dist-packages/invoice2data/main.py", line 194, in main templates...

See https://circleci.com/docs/2.0/configuration-reference/#docker--machine--macos--windows-executor

type:task

this is the error 'unicode', "special characters are not allowed") yaml.reader.ReaderError: unacceptable character #x0082: special characters are not allowed in "", position 46 ---------------- my code: ----------- from invoice2data import...

type:support

I've been using the upwork template and an upwork invoice to test out this software. I've tried using different input modules such as pdftotext and tesseract. My code is as...

type:support

Maybe there’s an issue with PDF files with more than one page. If the PDF file contains multiple pages, i always get only the result of one page. So i...

type:support

Waiting for the operation to finish. Traceback (most recent call last): File "/home/caprice/anaconda3/bin/invoice2data", line 11, in sys.exit(main()) File "/home/caprice/anaconda3/lib/python3.6/site-packages/invoice2data/main.py", line 166, in main res = extract_data(f.name, templates=templates, input_module=input_module) File "/home/caprice/anaconda3/lib/python3.6/site-packages/invoice2data/main.py",...

added fix for multi page invoice using gvision

status:on hold

Hi I am trying to use invoice2data for parsing some invoices, but i am facing following error: from invoice2data import extract_data result = extract_data('XYZ.pdf') **Output :** ReaderError: unacceptable character #x0082:...

type:support

Should there be a documentation file with all the fields, line fields and table fields that are used (including the optional ones)? This should be useful for compatibility.

type:enhancement
good first issue