Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
PyMuPDF==1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.42.0
|
| 2 |
+
Pillow>=9.5.0
|
| 3 |
+
PyMuPDF==1.20.2
|
| 4 |
+
paddlepaddle==2.6.1; platform_system != 'Windows'
|
| 5 |
+
paddlepaddle==2.5.2; platform_system == 'Windows'
|
| 6 |
+
paddleocr==2.7.0.3
|
| 7 |
+
numpy>=1.23,<2.0
|
| 8 |
+
opencv-python-headless==4.8.1.78
|
| 9 |
+
shapely>=2.0.0
|