Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ PyPDF2==3.0.1
|
|
7 |
openai==0.27.8 # Replace google-generativeai with OpenAI SDK
|
8 |
pillow==10.0.0
|
9 |
python-dotenv==1.0.0
|
10 |
-
PyMuPDF==1.22.5
|
|
|
|
7 |
openai==0.27.8 # Replace google-generativeai with OpenAI SDK
|
8 |
pillow==10.0.0
|
9 |
python-dotenv==1.0.0
|
10 |
+
PyMuPDF==1.22.5
|
11 |
+
pytesseract==0.3.10
|