@Bunny83@Eric5h5@robertbu@Aurore@whydoidoit@fafase
Hi,
I am working in Text recognition. I need to recognize hand written texts or printed texts. I have tried vuforia for this and it worked but i don’t want to spend that much money on it. I have tried the following,
Tesseract
Google cloud vision API.
Tesseract - I can’t able to complete it. I have searched in google and am doing.
Google cloud vision - I am getting 403 forbidden error. I have to check this.
Does anyone help me on this? i have struggling in this for past 2 weeks.
i desperately in need of your help.
@MuraliVenkat I was able to get Tesseract to compile but as I remember there were also many dependent libraries like Leptonica and Libtiff that also had to be successfully compiled and linked as well. I found a version of these libraries somewhere on the net and added those to my project. My app successfully recognized text at about 300 dpi. You could create a Unity plugin that then calls this OCR function. There is a sample plugin project in the Unity Documentation.