The document presents a method for automatic license plate recognition (ALPR) using YOLOv4 and Tesseract OCR. It has three main steps:
1) Training a dataset of license plate images using YOLOv4, a real-time object detection system, to detect license plates and generate bounding boxes around them with 92% accuracy.
2) Applying image processing techniques like grayscale conversion, Gaussian blurring, thresholding, and morphological operations to segment characters from the detected license plates.
3) Recognizing the characters using Tesseract OCR after pre-processing, achieving 81% accuracy on character recognition.
The proposed approach obtains high accuracy on license plate detection and character