Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Flask==2.3.3
|
| 2 |
+
flask-cors==4.0.0
|
| 3 |
+
Pillow==10.0.1
|
| 4 |
+
pytesseract==0.3.10
|
| 5 |
+
opencv-python-headless==4.8.1.78
|
| 6 |
+
numpy==1.24.4
|
| 7 |
+
pdf2image==1.16.3
|
| 8 |
+
reportlab==4.0.4
|
| 9 |
+
PyMuPDF==1.23.5
|
| 10 |
+
scikit-learn==1.3.0
|
| 11 |
+
Werkzeug==2.3.7
|