0

Can anyone recommend a handwritten digit/number recognition library which I could use in c++/OpenGL. I need to recognise the digits/numbers in my OpenGL project written by a user.

Nicol Bolas
  • 449,505
  • 63
  • 781
  • 982
Demian
  • 65
  • 2
  • 6

1 Answers1

2

Try Tesseract, you should be fine if you're only working with digits.

mihai
  • 37,072
  • 9
  • 60
  • 86