bosd

Results 63 issues of bosd

Continuation of #391 New PR to cleanup the messy commits.

PDFminer tests are broken. Can't get `pdfminer` to parse the amazon sample similar to pdftotext We support different PDF parsers. Each have its own strengths and weaknesses. Testing each parsers...

It seems like excalibur is dead: - 7 sept 20202 - Last [PyPI release](https://pypi.org/project/excalibur-py/): 2020-03-21 - @vinayak-mehta is the only owner - Several PRs which look ready to be merged,...

Superseeds: #1001

approved

Forward port of https://github.com/OCA/account-financial-tools/pull/1208 continuation of #1237

I would like to propose a data cleansing / sanitazation step after matching. as commented in: https://github.com/invoice-x/invoice2data/issues/106#issuecomment-435098612 Use Case: I would like to match a Netherlands [vat number](https://en.wikipedia.org/wiki/VAT_identification_number#:~:text=A%20value%2Dadded%20tax%20identification,the%20EU's%20official%20VIES%20website.) Format: 'NL'...

type:feature
type:enhancement

Invoices / receipts often have a table near the bottom with a summary of the appied VAT taxes. To correctly process the invoice in accounting programs we need separatly parse...

type:feature

Should we switch to using a cookiecutter template for managing this repo? Like for example [hypermodern-python](https://github.com/cjolowicz/cookiecutter-hypermodern-python) Have a look at the features: - Packaging and dependency management with [Poetry] -...

type:enhancement

Was running some tests, encountered following error when pdfplumber is not available. This PR returns and empty value and let invoice2data fail gracefully. Before: `invoice2data input.pdf --input-reader=pdfplumber` ``` DEBUG:invoice2data.input.pdfplumber: Cannot...