bosd

Results 173 comments of bosd

I use `tesseract` as an inputmodule in: https://github.com/OCA/edi/pull/567 Tried tesseract4 from the commandline but got an error: ``` convert-im6.q16: unable to open image `/tmp/tmp_a3u7owr.tiff': No such file or directory @...

I would say that an template validator is a welcome addition. In the current situation one template file with a wrong syntax can break parsing of all invoices. I would...

Seems like another anniversary :birthday: for this issue. Anyone found an alternative solution or user implementation?

> Does it look any more clear? Good catch. I'm fine by your proposal. I Will do one check with another library, which is regexing in these lines. To make...

> Looks nice & clean @rmilecki So we can merge this?

> So what do we do about this pull request? I'd suggest we let this one sit here for a moment. At least until we've sorted out the multiline parsing....

As in 417 mentioned. I agree to update this template. Possibly to include only lines with more then 30 spaces in front `^\s{30,}` For this particular invoice we could make...

Used this version of thetemplate to check the code of #417. Intentional it is without `last_line`. Because the purpose of the check was to see if it is adding a...

Thanks for this very interesting PR! Will need some time to test it. I like the idea of creating generic templates, even selecting on the accounting software or library that...

@rmilecki Thanks for your efforts to produce an alternative with cleaner code. Running the first test, on quality hosting example file. Purpose to check if contentate function is working. This...