7
I am currently working on my Course Completion Work and the theme involves OCR. I did some research and found the Tesseract, I also found libraries in Nuget for him (I’m using C#). The problem is that my work is about reading Vehicular Board, when I pass an image of a car (the ones that the radars take out), Tesseract can’t 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 thing (understand things like error). But if I create an image in Paint with a text and try to read it, it works, but that’s not what I want.
I wonder if anyone has ever had experience with this and knows how to solve, or if you know another way to work with OCR and that meets this need.
If you know another way do in another language, please tell me, I can develop in a language other than C#.
In what format are you passing the image to the Tesseract?
– Bacco
I tried with Tif, Jpg and Bmp.
– Renatto Machado