Manu
Manu
How annoying. Feel free to add a pull request to fix the issue. After that we can make a small release.
Whether invoice2data and pdftotext modules works to extract text and parse bank statement pdf files?
You can probably use the line plugin or custom fields to make it work for bank statements. It's not limited to invoices only.
We assume that 1 PDF file = 1 invoice. Any separation would need to be done before running `invoice2data`. Apart from that, a PDF can have multiple pages and the...
Yes, now I can see the button. 😮💨
There was no button before, but it's there now.
Instead of try-except, you could also use an absolute import all the time?
Plain text and HTML should clearly work. It would just need a simple input module to open and parse the file. For HTML it could remove the tags and keep...
For HTML you will be better off using something like CSS or Xpath to match your data. Since you have the HTML structure to use. This project is for unstructured...
You should look at the debug output to see how the text comes out. Then tune it for the line plugin.
Needs to pass tests and also a rebase.