Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=3.0
|
| 2 |
+
PyMuPDF==1.22.5
|
| 3 |
+
pytesseract
|
| 4 |
+
pdf2image
|
| 5 |
+
Pillow
|
| 6 |
+
openai
|