My example of usage pytesseract
To run this project you need to execute some commands
- Basic step:
git clone https://github.com/denisstasyev/Tesseract_Example.git
cd Tesseract_Example/src
- Install python3 and pip3
- Install Tesseract locally:
sudo apt update
sudo apt install tesseract-ocr
sudo apt install tesseract-ocr-eng
sudo apt install tesseract-ocr-rus
- Setup Virtual Environment:
pip3 install virtualenv
virtualenv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
- Run this project:
python3 run.py