ludigija commited on
Commit
0e9d4fd
·
verified ·
1 Parent(s): 10156fc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,9 +1,8 @@
 
1
  pymupdf>=1.18.0
2
- pytesseract>=0.3.10
 
3
  opencv-python-headless>=4.5.0
4
- Pillow>=9.0.0
5
- PyPDF2>=3.0.0
6
- transformers>=4.26.0
7
- torch>=1.13.0
8
  numpy>=1.22.0
9
- pdf2image
 
 
1
+ streamlit>=1.0.0
2
  pymupdf>=1.18.0
3
+ transformers>=4.30.0
4
+ torch>=2.0.0
5
  opencv-python-headless>=4.5.0
 
 
 
 
6
  numpy>=1.22.0
7
+ Pillow>=9.0.0
8
+ pytesseract>=0.3.10