I have an application where users upload images of cars. I want to build a script that will scan these images for number plates and automatically blur them, partially or fully.
How would I achieve this? I am using Ruby on Rails and ImageMagick for my app. Is there a script that will allow me to recognise numbers and letters, or maybe the shape of a number plate?