Spaces:
Sleeping
Sleeping
Add missing dependencies: PyPDF2, pdf2image and poppler-utils
Browse files- packages.txt +1 -0
- requirements.txt +2 -0
packages.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
poppler-utils
|
requirements.txt
CHANGED
|
@@ -2,3 +2,5 @@ gradio>=4.0.0
|
|
| 2 |
requests>=2.31.0
|
| 3 |
python-dotenv>=1.0.0
|
| 4 |
Pillow>=10.0.0
|
|
|
|
|
|
|
|
|
| 2 |
requests>=2.31.0
|
| 3 |
python-dotenv>=1.0.0
|
| 4 |
Pillow>=10.0.0
|
| 5 |
+
PyPDF2>=3.0.0
|
| 6 |
+
pdf2image>=1.16.0
|