bosd

Results 689 comments of bosd

Hey! As https://github.com/camelot-dev/camelot/issues/343, we try to build a maintained fork at [pypdf_table_extraction](https://github.com/py-pdf/pypdf_table_extraction). The closest thing to an alternative ocr engine was here: https://github.com/camelot-dev/camelot/pull/209 But it has never been finished. Please...

Can you please recreate a runboat?

Seems like most of my comments are actually already been addressed in: https://github.com/OCA/sale-workflow/pull/2997 by @alexey-pelykh Is that still a WIP or ready to be included here?

Hi, Your steps for adding a template are correct. Did you verify your installation of invoice2data is running properly, by testing I on one of the example files?

Your invoked command seems ok. Some debugging steps [x] Verify your installation and parsing of sample file. [ ] Run with `--debug` flag to check the output of the invoice-xx.pdf...

When you run invoice2data on the pdf file with the --debug flag, do you see the contents of the file in your logger/terminal?

The result from pdftotext is empty. So you're likely running into dependency issues from pdftotext / poppler utils on windows. Currently windows is not well supported and tested. There is...

Just creating the templates should be fine. Let's check if the template you have created has been loaded. Do you see your template in the list of loaded templates?

> Why? Because you need to check if the template you have created is properly loaded. Check if your pointing to the correct folder. (You can disable the built in...

You have to verify if your template is being loaded. 1. Are you pointing to the correct folder? 2. Is your custom template loaded? Or does the debugger show that...