Ali2206 commited on
Commit
c0b195c
·
verified ·
1 Parent(s): 921328d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -7,12 +7,14 @@ vllm
7
  accelerate
8
  scipy
9
  huggingface_hub
10
- PyPDF2
 
 
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