+ 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.
1 Réponse
+ 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.