How to detect and read text in an image?

Asked

Viewed 178 times

6

I intend to develop an application through which an image submitted by the user should be processed and its text blocks detected and read.

How should I do it?

  • 1

    You can try using an api for example: https://cloud.google.com/vision/

  • Rodrigo good morning. I have been doing a study on image recognition, so I will leave some links that helped me to give at least one basis: http://biblioteca.unilasalle.edu.br/docs_online/tcc/graduacao/ciencia_da_computacao/2014/tstomasel.pdf , https://sourceforge.net/projects/jocr/ , http://forum.clubedohardware.com.br/topic/412675-algorithmo-imagerecognitions_image/ , this is one of my favorites : http://answall.com/questions/139570/patternrecognition%C3%B5es

  • You can also try to adapt the code of this project: https://github.com/dfalbel/captchaReceita2

  • i recommend opencv, I’ve done college work with it, it’s open source and has a lot of material on the net

  • You will have to use OCR to detect the texts contained in the image, I believe it is very difficult to make from scratch. But you can use an API for that, I suggest you check in on this api: phpOCR: Recognize text & Objects in Graphical images

  • 3

    As interesting as the question is, I find it ample, as already voted. The question does not have a clear delimitation of what you want. I think an issue can retrieve it, in the current form, as the comments already show, it is difficult to give an adequate response.

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.