Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
|
@@ -17,3 +17,10 @@ torchvision
|
|
| 17 |
torchaudio
|
| 18 |
fastai
|
| 19 |
docx2txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
torchaudio
|
| 18 |
fastai
|
| 19 |
docx2txt
|
| 20 |
+
python-docx # for .docx files
|
| 21 |
+
pdf2image # for PDF to image conversion
|
| 22 |
+
PyPDF2 # for PDF text extraction
|
| 23 |
+
python-poppler
|
| 24 |
+
python-magic # for file type detection
|
| 25 |
+
pytesseract # Python wrapper for Tesseract
|
| 26 |
+
Pillow # Required for image processing
|