Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
-
openai==0.27.0
|
| 2 |
-
gradio==3.41.2
|
| 3 |
-
datasets==2.14.0
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
openai==0.27.0
|
| 2 |
+
gradio==3.41.2
|
| 3 |
+
datasets==2.14.0
|
| 4 |
+
pdf2image==1.16.3 # For converting PDF pages to images
|
| 5 |
+
pytesseract==0.3.10 # For applying OCR to the images
|
| 6 |
+
pillow==9.2.0 # For image handling
|
| 7 |
+
|