Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -23,4 +23,7 @@ PyPDF2 # for PDF text extraction
|
|
| 23 |
python-poppler
|
| 24 |
python-magic # for file type detection
|
| 25 |
pytesseract # Python wrapper for Tesseract
|
| 26 |
-
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
python-poppler
|
| 24 |
python-magic # for file type detection
|
| 25 |
pytesseract # Python wrapper for Tesseract
|
| 26 |
+
Pillow
|
| 27 |
+
tiktoken
|
| 28 |
+
pypdf
|
| 29 |
+
PyMuPDF
|