Detect text in images or a camera live feed Tutorial: https://tutorials-raspberrypi.com/raspberry-pi-text-recognition-ocr/
- Install Tesseract
sudo apt install tesseract-ocr
- Install dependencies
pip3 install -r requirements.txt
- Run Examples
python3 example.py
python3 live.py