bosd

Results 173 comments of bosd

> If we need feature as proposed in this pull request we should probably think about syntax like > > ``` > tables: > - start: Hotel Details\s+Check In\s+Check Out\s+Rooms...

> Does someone know how fast the script works with hundreds and thousands of template files? Will be the execute time very long or what should i expect? Yes, the...

Option 1: Since https://github.com/invoice-x/invoice2data/pull/487 It is possible to concatenate multple capturing groups. Option2: rewrite the line with the replacement feature. ``` options: replace: - ['(?PBelegNummer:*)(?P\d+)\.(?P\d+)',' \g\g\g'] ``` Option 3: Data...

I agree with @alexis-via on this one. Some additional error message is very welcomed. Even a function that when for instace one input parser fails (e.g. pdftotext). Odoo provides the...

Closing this one. As this is an old issue and code has changed a lot. Feel free to comment or re-open when this issue still is persists.

This introduces a new dependency `PyPDF2`. Can this be realized with any of the already exsisting dependencies? Like pdftotext?

Since the time this issue has been opened there has been a lot of work done on both tesseract and invoice2data. Right now it is possible to get some great...

Maybe this personal repo can be converted to an organization. So more peopl can be assigned as a maintainer. Easier to hop on and off of collaborators. So @Jack000 wont...

@cmidgley I went ahead and did the easy part. Which is creating an organizaton. https://github.com/deepnest-io But it is empty now. First step would be to fill it with an repo....