Number plate recognition using android

Luke Kavanagh picture Luke Kavanagh · Jul 1, 2016 · Viewed 10.7k times · Source

I was wondering if anybody new of a way that I could use of scanning a registration plate on a car and then adding that number to a string inside java? I have been looking around a bit and came across this

https://github.com/SandroMachado/openalpr-android

But I'm not sure that it's exactly what I am looking for?

Anybody know of anything that might be of use? Thanks in advance!

Answer

Passiondroid picture Passiondroid · Jul 1, 2016

Google has recently released Mobile Vision API for text recognition from images. You can take a picture from camera and then use this API to get your desired result. Link - https://developers.google.com/vision/text-overview