Browse Source

Jan 23 [UPDT] : Updated 'ocr_data_retrieval'

pull/254/merge
AjmalCybro 3 months ago
parent
commit
788025ec0c
  1. 13
      ocr_data_retrieval/static/description/index.html

13
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%;"> style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;">
<div class="col-sm-12 py-4"> <div class="col-sm-12 py-4">
Need to install the following python packages Need to install the following python packages
1. pdf2image (pip install pdf2image) 1. pdf2image (pip install pdf2image).
2. PIL (pip3 install PIL) 2. PIL (pip3 install PIL).
3. pytesseract (pip3 install pytesseract) 3. pytesseract (pip3 install pytesseract).
4. spacy (pip3 install spacy==3.5.2) 4. sudo apt install tesseract-ocr
5. en_core_web_sm (python3.8 -m spacy download en_core_web_sm) 5. sudo apt install libtesseract-dev
6. sudo apt-get update && sudo apt-get install tesseract-ocr 6. spacy (pip3 install spacy(3.5.2)).
7. en_core_web_sm (python3.8 -m spacy download en_core_web_sm).
</div> </div>
</div> </div>
<!-- END OF CONFIGURATION SECTION --> <!-- END OF CONFIGURATION SECTION -->

Loading…
Cancel
Save