Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
openai==0.28
|
| 2 |
+
|
| 3 |
+
pillow
|
| 4 |
+
#Python Pillow allows you to manipulate images and perform basic image processing tasks. As a fork of the Python Imaging Library (PIL), Pillow supports image formats like JPEG, PNG, and more, enabling you to read, edit, and save images
|
| 5 |
+
|
| 6 |
+
PyMuPDF
|
| 7 |
+
#Pdf to text extraction
|
| 8 |
+
#Pdf read
|