Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -4,6 +4,9 @@ transformers==4.36.2
|
|
4 |
torch==2.1.2
|
5 |
pillow==10.2.0
|
6 |
python-dotenv==1.0.0
|
|
|
|
|
|
|
7 |
|
8 |
# PDF Processing
|
9 |
pymupdf==1.23.7
|
|
|
4 |
torch==2.1.2
|
5 |
pillow==10.2.0
|
6 |
python-dotenv==1.0.0
|
7 |
+
pytesseract
|
8 |
+
Pillow
|
9 |
+
|
10 |
|
11 |
# PDF Processing
|
12 |
pymupdf==1.23.7
|