VikParuchuri/texify
A deep learning OCR model that converts images and PDFs containing mathematical equations into LaTeX and markdown.

Texify is an optical character recognition system specifically designed for mathematical notation. It uses a deep learning model trained on diverse web data to extract equations and text from images or PDFs, outputting LaTeX that renders with MathJax. The model handles both block equations and inline equations mixed with text, running on CPU, GPU, or Apple MPS hardware. The project has been deprecated in favor of the surya project which provides improved OCR capabilities.