Java library to decode barcode string from driver's license that follows the American Association of Motor Vehicle Administrators(aamva) standard.
- JRE 1.6+
DriverLicense dl = new DriverLicense(barCode);
String dl_number = license.getDriverLicenseNumber();
String dl_fname = license.getFirstName();
String dl_lname = license.getLastName();
//etc...
- Tested on NJ, NY, PA licenses
- Should work with most states
- java, android, dln, dmv, driver's license, decoder, barcode, scanner