upadhyaysuraj commited on
Commit
f93866d
1 Parent(s): 7c82941

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +3 -1
setup.sh CHANGED
@@ -4,6 +4,9 @@
4
  apt-get update
5
  apt-get install -y tesseract-ocr
6
 
 
 
 
7
  # Install necessary Python packages
8
  pip install tensorflow
9
  pip install opencv-python
@@ -11,4 +14,3 @@ pip install pytesseract
11
  pip install ultralytics
12
  pip install matplotlib
13
  pip install gradio
14
-
 
4
  apt-get update
5
  apt-get install -y tesseract-ocr
6
 
7
+ # Verify installation
8
+ tesseract --version
9
+
10
  # Install necessary Python packages
11
  pip install tensorflow
12
  pip install opencv-python
 
14
  pip install ultralytics
15
  pip install matplotlib
16
  pip install gradio