Fagot73 / License-Plate-Detection-OpenCV-and-Py-Tesseract

Easy and Simple Python code to detect the license plate and crop that number plate to store it in some location using OpenCV and use that image as input to Py tesseract (OCR) to extract text (License plate number) from it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License-Plate-Detection-OpenCV-and-Py-Tesseract

Easy and Simple Python code to detect the license plate and crop that number plate to store it in some location using OpenCV and use that image as input to Py tesseract (OCR) to extract text (License plate number) from it.


Youtube https://youtu.be/o_F0kJqt7EU

Processing Images

Project Requirements

  • Raspberry Pi version 3 or +
  • Webcam
  • OpenCV
    pip install opencv-python
    
  • Matplotlib
    pip install matplotlib
    
  • Tesseract ocr engine
    pip install pytesseract
    
  • About

    Easy and Simple Python code to detect the license plate and crop that number plate to store it in some location using OpenCV and use that image as input to Py tesseract (OCR) to extract text (License plate number) from it.


    Languages

    Language:Python 100.0%