Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Add deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
VikParuchuri committed Jan 29, 2025
1 parent 4f2acb6 commit 53e052e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
> [!IMPORTANT]
> Texify is now deprecated. The functionality here has been migrated to [surya](https://github.com/vikParuchuri/surya), and improved with a new model.
> To OCR equations with surya, you can install surya, then run `surya_latex_ocr` to OCR images or PDFs.
> You can also run the interactive app (like MathPix snip) with `texify_gui`.
> Read more, and see other CLI options [here](https://github.com/VikParuchuri/surya?tab=readme-ov-file#latex-ocr).
# Texify

Texify is an OCR model that converts images or pdfs containing math into markdown and LaTeX that can be rendered by MathJax ($$ and $ are delimiters). It can run on CPU, GPU, or MPS.
Expand Down

0 comments on commit 53e052e

Please sign in to comment.