Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 450 Bytes

File metadata and controls

8 lines (7 loc) · 450 Bytes

License-Plate-Detection

This is a implementation on how to detect license plates using Python & we will download & use some Python libraries like OpenCV, Pytesseract & Imutils.


Download Tesseract-OCR 64bit from here: https://digi.bib.uni-mannheim.de/tess...

The command for Downloading OpenCV: pip install opencv-python The command for Downloading Pytesseract: pip install pytesseract The command for Downloading Imutils: pip install imutils