2
I wonder if anyone knows any library that can do the image reading and extract what is in it (can be in any language), or give me a north of what I must study to understand and develop something similar.
Observing: Very simple image with black and white text.
Observation2: I know this must be a little complex, but I’m willing to go for it.
Are you looking for an OCR? Would that be it? Vague question...
– Tássio Auad
Extract text? Colors? Objects? Faces?
– Pablo Almeida
@Tássioauad this msm OCR. It is q when I asked the question did not know where to start and reading the suggestions vi that it is OCR
– Leandro Macedo
@Pabloalmeida The intection is to extract text, for example, photo shooting of some black and white text and the system captures what is written in the image.
– Leandro Macedo
Define a language, OCR can be done in R, JS, C, JAVA, PHP
– MarceloBoni
@Marcelobonifazio believe that java or js are interesting because I want to create an android app with the function of recognizing the content (text) of a photo/image. You think viable?
– Leandro Macedo
Yes, the @Mateus answer is pertinent, search on this Tesseract library, there are versions in Java, JS and other languages as well, there is also a library that makes use of Tesseract: http://antimatter15.com/ocrad.js/demo.html
– MarceloBoni