Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Texify
|
| 2 |
|
| 3 |
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.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: Tonic's Texify
|
| 4 |
+
emoji: ✖️➖➕➗🟰
|
| 5 |
+
colorFrom: indigo
|
| 6 |
+
colorTo: pink
|
| 7 |
+
pinned: true
|
| 8 |
+
---
|
| 9 |
# Texify
|
| 10 |
|
| 11 |
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.
|