Spaces:
Sleeping
Sleeping
Commit
·
0e334ea
1
Parent(s):
f1a0c7b
'added
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.20.0
|
2 |
+
easyocr>=1.7.1
|
3 |
+
pymupdf>=1.23.7
|
4 |
+
opencv-python>=4.9.0.80
|
5 |
+
numpy>=1.24.0
|
6 |
+
pandas>=2.1.0
|
7 |
+
requests>=2.31.0
|