Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.37.0
|
| 2 |
+
pandas>=2.2
|
| 3 |
+
pdfplumber>=0.11
|
| 4 |
+
pypdf>=4.0
|
| 5 |
+
pdf2image==1.17.0
|
| 6 |
+
pytesseract==0.3.10
|
| 7 |
+
Pillow>=10.4
|
| 8 |
+
openpyxl>=3.1
|