I am looking to make an android app which allows a user to take a photo of a number plate of a car and then based the image, extract the letters in to a string.
I have really struggled to find a single open source app library for android thats simply lets you pass an image and it returns the text.
I was wondering if anyone knew of a library for doing just this, or if not if anyone knew of a particular algorithm that i could implement?
Kind regards