Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -6,3 +6,8 @@ pytesseract==0.3.10
|
|
6 |
langdetect==1.0.9
|
7 |
streamlit==1.25.0
|
8 |
sentencepiece==0.1.96
|
|
|
|
|
|
|
|
|
|
|
|
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
|