I have got the Libraries for Number Recognition i.e tesseract
But i dont know how to use the DLLs with JAVA.
I have got the Libraries for Number Recognition i.e tesseract But i dont know
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a Java JNA wrapper for Tesseract DLL that you can use: Tess4J
Be sure to call TessBaseAPI::SetVariable(“tessedit_char_whitelist”, “0123456789”); if you want to recognize only digits.