I am planning to make an app using phonegap. This app will read text from image. So my question is that can we read text from images using javascript? I know we can do this using java but I need to do this using javascript.
Thanks in advance
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.
The OCRs in Javascript are not very powerfull.
I found a libraries who uses simple Euclidean Distance comparisons. The accuracy is not perfect, but it does do a reasonably good job.
Link