Hacker News new | ask | show | jobs
by e-_pusher 1931 days ago
Exactly the application I had in my mind. aperrin, does the tool recognize letters as well, or is it numbers only for now?
1 comments

Hi ! Tesseract is used to recognize numbers as strings, which are then casted into floats. So it actually does recognize letters, but during the cast it will generate an error and outputs as numpy.inf ; but this was a choice of mine, and one can easily change the code to cast detections into integers, except when it is a letter in which case keep it as a string. :-)