Spaces:
Sleeping
Sleeping
update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio>=4.0
|
| 2 |
-
|
| 3 |
#pandoc==2.3 # for Markdown → PDF conversion
|
| 4 |
-
#weasyprint
|
| 5 |
-
python-magic==0.4.27
|
|
|
|
| 1 |
gradio>=4.0
|
| 2 |
+
marker>=1.3.0 # pip install marker (GitHub: https://github.com/datalab-to/marker)
|
| 3 |
#pandoc==2.3 # for Markdown → PDF conversion
|
| 4 |
+
#weasyprint>=59.0 # optional fallback if pandoc is not available
|
| 5 |
+
python-magic==0.4.27 # file‑type detection
|