I am currently working on my Course Completion Work and the subject involves OCR. I did some research and found the Tesseract , I also found libraries in Nuget for it (I'm using C #). The problem is that my work is about reading Car Plate, when I pass an image of a car (of the ones that the radars take), the tesseract can not read the image, says that the image is invalid. I tried with several different images, with images that only had the plate and always the same (understand thing as error) . But if I create an image in Paint with a text and try to read, it works, but that's not what I want .
I would like to know if anyone has had experience with this and knows how to solve it, or if you know another way to work with OCR and that meets this need.
If you know another way to do in another language , please tell me, I can develop in a language other than C #.