-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with using other languages on OS X with tesseract installed with brew #23
Comments
Further to this I removed all tesseract libraries on my machine and reinstalled them and the tesseract-ocr gem. It seems with English it's fine, but it can't find the language files:
The garbage output is expected the only text in that image is Arabic. |
I'll have a look very soon (likely toward the end of the weekend). |
I'm very sorry I haven't looked into this yet, I've been very busy but I promise I will as soon as I have time. |
I have the same problem trying the Nerdz example in this repo. The :lol language is not loaded. |
I think this is an OS X specific issue, and I don't have such a machine to fix this problem. |
In my case my problem is using Ubuntu. If I change the :lol language( in the Nerdz example) to default :en everything works fine. And it's the same error "the API did not Init correctly (RuntimeError)" |
@juniorjp1989 oh, that's almost good to know then, guess it's a problem with non Arch Linux systems. |
When trying to do tesseract.rb -l ara or when setting up an Engine as follows:
I'm getting this:
Tesseract itself is installed correctly and using the compiled binary that comes in the package, I am able to load Arabic language files and get OCR output.
Any suggestions gratefully received.
The text was updated successfully, but these errors were encountered: