I am working on a project to convert equations to LaTeX code. After segmenting out the characters, I got stuck on the detection part and was looking for some pre-trained model that could detect characters of the equation for later conversion to LaTeX. Is there any such pre-trained model available on the internet that could be used in Python to identify characters. If not then can somebody share some source to find a dataset to train such kind of model in Keras? I was able to find one on GitHub but It doesn't detect symbols accurately.
Asked
Active
Viewed 693 times
1 Answers
2
Detexify is a service that recognizes LaTeX symbols from handwritten figures. Their training dataset is freely available on Github.
Discrete lizard
- 8,392
- 3
- 25
- 53