-
Notifications
You must be signed in to change notification settings - Fork 28
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
mrz.traineddata and How to implement OCR-B font? #6
Comments
Hi @nikolacrnicrni You can check the documentation in this url: https://github.com/tesseract-ocr/tesseract/wiki/Data-Files#format-of-traineddata-files This project is a spare time project so I will update it on "best effort". Anyway, in my investigations... the best performance is using generic trained data from english. PS: for training tesseract i used this app -> https://www.youtube.com/watch?v=HgeksbqH0ng |
@nikolacrnicrni , did you find any solution ? |
No, at the end I used .so file made in C++ and implemented in android project to make scaning. |
@nikolacrnicrni sorry if I couldn't help you. I didn't have any time to check the code. Thanks for checking this repository :) |
@nikolacrnicrni , can you please share details which .so file you used and was it working perfect? |
@faiqmustaqeem I'm sorry but no. I am now selling that .so file because I lost months of developing. It is created with OpenCV. |
@nikolacrnicrni |
@mercuriete Yeah I know. But I started the project from begining with my code with OpenCV library.
|
@nikolacrnicrni Nice! Do you had problems with zero "0" and uppercase "o"? I remembered some time ago trying to read European Visas, there was a field outside the checksum that was difficult to read with any computer vision framework. |
@nikolacrnicrni , i want to buy, can you please share demo app apk ? |
@faiqmustaqeem I have sent it to your email. |
Can't find in the code how does it implement mrz.traineddata and what is it main role?
Also Is there a way to implement OCR-B font that is used for passports, because I cant find anything about that.
Best Regards
The text was updated successfully, but these errors were encountered: