-
Notifications
You must be signed in to change notification settings - Fork 947
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
What about arabic tessdata? #209
Comments
If it's a question of the language file consistency you would better publish it to the upstream tesseract repository. You may also create your own language file like it's written here. |
In original project "Template Framework Project" arabic works fine, but in the new project does not work, strange... |
Can you show me your code snippet and the project structure with the tessdata folder in it? (is it blue or yellow?). Could you also provide the whole output of Tesseract from the console? |
@Munderkind, so the reason of the crach is in G8OCREngineModeCubeOnly, isn't it? |
@Munderkind, could you also close the ticket if there are no more questions regarding the topic? |
@ws233 Arabic language normally work only in G8OCREngineModeCubeOnly. |
FYI, I see the same behavior running Tesseract on Android: rmtheis/tess-two#12 |
. |
@Munderkind Thank you so much, you just saved my day! |
@Munderkind neither |
Hey @Munderkind and @yaman91 @banuharshavardhan I'm getting the same error, I tried the following: version [5.0.1] with ara.traineddata version [5.0.1] with [ara.traineddata](https://github.com/tesseract-ocr/tessdata/tree/4.00) version [4.0.0] with [ara.traineddata version [4.0.0] with [ara.traineddata I made sure to set engineMode: .cubeOnly can you please please guys add an arabic sample code in git hub 🙏🏻 your help is much appreciated |
I tried tessdata from:
Google https://code.google.com/p/tesseract-ocr/downloads/detail?name=tesseract-ocr-3.02.ara.tar.gz&can=2&q= 3.02
I receive an error "tessdata_manager.SeekToStart(TESSDATA_INTTEMP):Error:Assert failed:in file adaptmatch.cpp, line 511"
Git, main tesseract repo https://github.com/tesseract-ocr/tessdata
And I receive the same error.
Other languages work well!
The text was updated successfully, but these errors were encountered: