Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -7,4 +7,6 @@ ffmpeg-python
|
|
| 7 |
faster-whisper
|
| 8 |
sqlmodel
|
| 9 |
pymupdf
|
| 10 |
-
python-pptx
|
|
|
|
|
|
|
|
|
| 7 |
faster-whisper
|
| 8 |
sqlmodel
|
| 9 |
pymupdf
|
| 10 |
+
python-pptx
|
| 11 |
+
pdf2image
|
| 12 |
+
poppler-utils # for Linux, required by pdf2image
|