ANPR OpenCV PyTesseract Python Code not working
Crappy coder needs help with code. Began work on a Python Script for an Automated License Plate Recognition system on a Raspberry Pi. The intended goal of it is to derive a plate from an image, read the text and download to a file. The text is then displayed on a HTML webpage connected via Django Framework.
I've been told to change from PyTesseract to a different OCR model but I'm too far into the project to really change anything substantially.
I'm not sure what's going wrong specifically with the code so any input is appreciated.
It's developed in a Raspberry Pi Environment. It's connected to a a HTML webpage via Django Framework.