semmyk commited on
Commit
843fec5
·
1 Parent(s): 44c8b0c

update requirements.txt vis marker module

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
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
 
1
  gradio>=4.0
2
+ marker-pdf[full]>=1.3.0 # pip install marker (GitHub: https://github.com/datalab-to/marker)
3
+ weasyprint>=59.0 # optional fallback if pandoc is not available
4
  #pandoc==2.3 # for Markdown → PDF conversion
 
5
  python-magic==0.4.27 # file‑type detection