Ocr
Install opencv and tessearct Python libraries.
pip install --user opencv-python
pip show opencv-python
sudo apt-get update
sudo apt-get install tesseract-ocr
sudo apt-get install libtesseract-dev
pip install pytesseract
pip show pytesseract
Last update: 469 days ago