Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 551 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 551 Bytes

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