/license_plate_recognition

Car License Plate Recognition using OpenCV and tesseract

Primary LanguageJupyter Notebook

License Plate Recognition (차량 번호판 인식기)

  • Recognize location of plate
  • Recognize characters in plate using tesseract

Click image to see demo video!
result.png

Dependencies

  • Python 3+
  • pytesseract 4.0
  • OpenCV
  • numpy
  • matplotlib