bosd

Results 173 comments of bosd

@m3nu Did you push the button? There is no status...

> Instead of try-except, you could also use an absolute import all the time? Could be. But I thought it was incopmpatible with CI. (There seems to be something going...

Hi Jonas, Can you give an example of your current output and the desired output??

Struggling with the same issue on aliexpress invoices. Can you share your bol.com template?

Just tested the code with description on a (regex101.com) Got an error on the \u parts. Buy replacing with a . seems to work. It catches the description partially. (This...

Have you tried replacing all the line breaks? I've had some luck with that on gasstation invoices. It seems to do the replacement before it goes trough the parser. The...

Forget my previous statement about removing linebreaks. I am still learning this module as well. Best bet is to use the lines plugin. Telling where to stop, start and how...

Sorry, but without the template en input file, I am unable to help. just to be clear. Where did you get this code from? As it does not look as...

This PR is open for a while. What needs to be done to get this merged?

> Since the convert tool from imagemagick is legacy, the input/tesseract.py module should call "magick" and not "convert". I've looked into this. Sadly the magick command is not yet fully...