Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -7,12 +7,14 @@ vllm
|
|
7 |
accelerate
|
8 |
scipy
|
9 |
huggingface_hub
|
10 |
-
|
|
|
|
|
11 |
python-docx
|
12 |
-
pdfplumber
|
13 |
pandas
|
14 |
openpyxl
|
15 |
xlrd
|
16 |
tabulate
|
17 |
psutil
|
18 |
-
|
|
|
|
7 |
accelerate
|
8 |
scipy
|
9 |
huggingface_hub
|
10 |
+
pypdfium2
|
11 |
+
pytesseract
|
12 |
+
pdfplumber
|
13 |
python-docx
|
|
|
14 |
pandas
|
15 |
openpyxl
|
16 |
xlrd
|
17 |
tabulate
|
18 |
psutil
|
19 |
+
diskcache # Added for caching
|
20 |
+
Pillow # Added for image processing with pytesseract
|