Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
docling>=2.15.0
|
| 2 |
+
gradio>=4.44.0
|
| 3 |
+
pypdfium2>=4.30.0
|
| 4 |
+
easyocr>=1.7.1
|
| 5 |
+
torch>=2.2.0
|
| 6 |
+
torchvision>=0.17.0
|
| 7 |
+
transformers>=4.40.0
|
| 8 |
+
huggingface_hub>=0.23.0
|
| 9 |
+
Pillow>=10.3.0
|
| 10 |
+
numpy>=1.26.0
|
| 11 |
+
opencv-python-headless>=4.9.0
|