简体   繁体   中英

VIN scanning library or SDK for android

I am working on one android application which requires VIN scanning. I didn't found any good library or sdk for the same. I tried Zxing but it doesn't do VIN scanning. Can anybody help me out to implement VIN scanning in my app. Any sdk or library will be preferable.

Thanks

There is now a google vision api, https://cloud.google.com/vision/docs/requests-and-responses , which I've tested a little bit. The images needs to be cropped around the text to really nail it, but it works very well in that case.

Well, it seems that you looking for OCR solution - but it will be really difficult to provide good image from metall embossing. You may try our OCR library for android - you shal be able to train recognition for small amount of different fonts

http://sourceforge.net/projects/javaocr/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM