I have this python script that can detect the Number plate out of a car image. The number plate I have gotten is this number plate image after applying some openCV tools such as edge detection and morphological transformation.
The number plate I got:
However, the detected plate number I got after using pytesseract OCR library is : Detected Text : HHOHVBBGE
This is the original Number plate:
how can i get better accuracy output?