mlbench123 commited on
Commit
e478996
·
verified ·
1 Parent(s): cd9e426

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
  gradio>=4.0.0
2
- google-generativeai>=0.3.0
3
  PyPDF2>=3.0.0
4
  Pillow>=10.0.0
5
- python-docx>=1.0.0
 
 
 
 
 
1
  gradio>=4.0.0
 
2
  PyPDF2>=3.0.0
3
  Pillow>=10.0.0
4
+ python-docx>=1.0.0
5
+
6
+ huggingface_hub>=0.23.0
7
+ pytesseract>=0.3.10
8
+ pdf2image>=1.17.0