I've looked into PyTesser/Tesseract and as far I as I can tell, it only gives me a string once I input an image.
However, I'd like to receive, instead, the coordinates/bounding rectangle of each character it recognized. The string itself might be useful for me later on, but right now that's now what I need.
Assuming PyTesser/Tesseract don't offer me that functionality, is there something freely available (ie, not Matlab or something similar) that does?