David Martin

Results 21 comments of David Martin

Having a look through the pyocr sources this stands out to me: ``` src/pyocr/builders.py 307- file_ext = ["txt"] 308: tess_flags = ["-psm", str(tesseract_layout)] 309- cun_args = ["-f", "text"] -- 564-...

> Does pyocr just use -psm instead of --psm as the parameter? I'm wondering whether that is not accepted anymore now. It looks like this is the problem. I have...

I haven't had a chance yet to work out the circular import statements that I introduced in https://github.com/ddddavidmartin/pyocr/tree/update_deprecated_psm_option_string. If anyone wants to step in, feel free to give it a...

I haven't been able to run the tests other than linting. If you could run those that would be great! :)

Thanks a bunch for the pull request! I haven't used submodules before so it is a good opportunity to catch up on that.

Hmmm, interesting. I presume you can not share your actual code to reproduce the issue? Let's see whether it does what we would expect it to do: 1) You try...

Ah, and could you let us know which OS you are using and which versions of git and uncrustify you are running? Basically what `git --version` and `uncrustify --version` tell...

You are most welcome, Asif. At this point I'm just guessing though as I have no idea yet what the problem is. Maybe you are hitting some corner case that...

Hi Asif, I'm surprised that it already failed at about 60 files. I would have thought the script would be robust enough against that. I was thinking more along the...

I will see when I get some time to have a look into it. If I need any more details I will be in touch. Thanks very much for the...