Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
google-generativeai
|
|
|
|
| 3 |
PyPDF2
|
| 4 |
-
Pillow
|
| 5 |
-
pdf2image
|
| 6 |
pytesseract
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
google-generativeai
|
| 2 |
+
pillow
|
| 3 |
PyPDF2
|
|
|
|
|
|
|
| 4 |
pytesseract
|
| 5 |
+
python-doctr
|
| 6 |
+
pdf2image
|
| 7 |
+
gradio
|
| 8 |
+
python-dotenv
|