I need to write a program that makes OCR from a video taken from the screen inside the car before the driver, so it makes OCR only for numbers. I am trying to find a way to implement it. I am thinking of using openCV, but as an alternative, I was thinking of using an OCR program that takes frames from a video and finds numbers. But many OCR programs cannot correctly recognize numbers (perhaps OCR needs training?). So I decided to use a computer vision library to do the job.
What do you think is the best way to implement this simple program?
I'm thin that using a computer vision library with matching patterns would be nice, but maybe OCR can help me. For example, there are programs that recognize license plates.
Therefore, any advice is welcome.
source share