mdasad3617 commited on
Commit
08d36af
·
verified ·
1 Parent(s): e467835

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -12
requirements.txt CHANGED
@@ -1,13 +1,7 @@
1
- transformers==4.35.0
2
- torch==2.1.0
3
- pdfplumber==0.10.2
4
- Pillow==9.4.0
5
- pytesseract==0.3.10
6
- langdetect==1.0.9
7
  streamlit==1.25.0
8
- sentencepiece==0.1.96
9
-
10
- # Instructions to install Tesseract OCR:
11
- # - For Ubuntu/Debian: sudo apt install tesseract-ocr
12
- # - For macOS: brew install tesseract
13
- # - For Windows: Download and install from https://github.com/tesseract-ocr/tesseract
 
 
 
 
 
 
 
1
  streamlit==1.25.0
2
+ transformers==4.34.0
3
+ pdfplumber==0.9.0
4
+ Pillow==10.0.0
5
+ langdetect==1.0.9
6
+ easyocr==1.7.0
7
+ torch==2.0.1