|
|
@ -147,12 +147,13 @@ |
|
|
|
style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;"> |
|
|
|
<div class="col-sm-12 py-4"> |
|
|
|
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). |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- END OF CONFIGURATION SECTION --> |
|
|
|