Which programming language should I learn to create optical character Recognition app/software? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which programming language should I learn to create optical character Recognition app/software?

I wanted to transfer Nepali text printed into its softcopy. so I tried some apps in play store ,none of them actually work well in other languages.So, I want to create an app which when we select particular font,it will work perfectly. I want to extract only black things from the paper and then match to the particular font so that it will work well. So i need some suggestion.

9th Aug 2017, 6:13 AM
Prakash
Prakash - avatar
1 Answer
+ 1
You need to use the OpenCV library if you don't want to start everything from scratch. You can use almost any language with opencv(c#, c++, java, python) I'd suggest you to go for Python, it's easy to use, also it has great support for other opensource libraries.
9th Aug 2017, 6:51 AM
Salekin
Salekin - avatar