I looked at PyTesser / Tesseract and, as far as I can tell, it gives me a line only after inputting the image.
However, I would like to get instead the coordinates / bounding box of each recognized character. The string itself may be useful to me later, but right now, that now is what I need.
Assuming PyTesser / Tesseract does not offer me this functionality, is there something freely available (i.e. not Matlab or something like that)?
source share