diff --git a/ocr_data_retrieval/static/description/index.html b/ocr_data_retrieval/static/description/index.html
index 0d7bcb42e..5397a9319 100755
--- a/ocr_data_retrieval/static/description/index.html
+++ b/ocr_data_retrieval/static/description/index.html
@@ -147,12 +147,13 @@
style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;">
Need to install the following python packages
- 1. pdf2image (pip install pdf2image)
- 2. PIL (pip3 install PIL)
- 3. pytesseract (pip3 install pytesseract)
- 4. spacy (pip3 install spacy==3.5.2)
- 5. en_core_web_sm (python3.8 -m spacy download en_core_web_sm)
- 6. sudo apt-get update && sudo apt-get install tesseract-ocr
+ 1. pdf2image (pip install pdf2image).
+ 2. PIL (pip3 install PIL).
+ 3. pytesseract (pip3 install pytesseract).
+ 4. sudo apt install tesseract-ocr
+ 5. sudo apt install libtesseract-dev
+ 6. spacy (pip3 install spacy(3.5.2)).
+ 7. en_core_web_sm (python3.8 -m spacy download en_core_web_sm).