bosd

Results 63 issues of bosd

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`

Since https://github.com/invoice-x/invoice2data/pull/308 it is possible to have multiple line parsers. In my use case I want the line parsers to output to the same dict. On each additional match, append...

Running invoice2data with the `--move` option on python3 throws the following error. ``` Traceback (most recent call last): File "/usr/local/bin/invoice2data", line 10, in sys.exit(main()) File "/home/emiel/.local/lib/python3.7/site-packages/invoice2data/main.py", line 227, in main...

Small cosmetic change: The firstline of the extracted text and optimized string is over indented in the debug logger. Before this PR: ``` DEBUG:invoice2data.extract.invoice_template:START optimized_str ======================== DEBUG:invoice2data.extract.invoice_template: Ø Saeco Factuuradres...

Quick fix for: Flake8 A001 variable str is shadowing a python builtin. Looking at the code, some more attention might be wanted: - Python 2 compatability - -Restringing required -...

This is a rewrite of the tesseract implementation: - Having a tesseract and tesseract 4 module was confusing. (basically it was both tesseract 4) - Tesseract is now configured in...

This is an example of a PDF with some vital data encapsulated in a image. Like mentioned in #393 The current strategy to parse this kind of file is to...