Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -2,6 +2,8 @@ torch==2.5.1
|
|
2 |
surya-ocr==0.9.0
|
3 |
gradio==5.8.0
|
4 |
huggingface-hub==0.26.3
|
|
|
|
|
5 |
|
6 |
# fix compatibility issue keep same with poetry lock file
|
7 |
transformers==4.48.1
|
|
|
2 |
surya-ocr==0.9.0
|
3 |
gradio==5.8.0
|
4 |
huggingface-hub==0.26.3
|
5 |
+
# gradio app need pdftext for run_ocr_errors
|
6 |
+
pdftext==0.5.0
|
7 |
|
8 |
# fix compatibility issue keep same with poetry lock file
|
9 |
transformers==4.48.1
|