meh.
meh.
No, sorry.
This is a duplicate of #23, but not having an OS X system prevents me from doing any debugging in regard to that. Sincerely I think it's an issue with...
If you look at the `examples/nerdz-captcha-breaker/break.rb` source, it doesn't do any path fiddling, it basically just looks for `tessdata` in the same directory the script is ran from. This means...
Is the file actually present? Is the `LDPATH` environment variable proper?
What's the code that caused it?
Could you post the image as well please?
I pushed a new gem version since it works for me on master, can you try with this new version please?
I don't know, I don't use the system you use.
``` ruby require 'tesseract' e = Tesseract::Engine.new {|e| e.language = :eng e.whitelist = '0123456789' } e.text_for('image') ``` That should be enough.
The gem uses the version installed on the system.