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?
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?
Browser other questions tagged image-processing
You are not signed in. Login or sign up in order to post.
You can try using an api for example: https://cloud.google.com/vision/
– Daniel Falbel
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
– Thomas Erich Pimentel
You can also try to adapt the code of this project: https://github.com/dfalbel/captchaReceita2
– Daniel Falbel
i recommend opencv, I’ve done college work with it, it’s open source and has a lot of material on the net
– haykou
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
– Jose Anderson Pereira
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.
– Maniero