|
|
|
|
|
by aperrin
1931 days ago
|
|
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. :-) |
|