DLParser is a library for parsing barcode data from AAMVA compliant driver licenses.
DLParser aims to decode barcode data from AAMVA compliant driver licenses. The parser supports all AAMVA versions and AAMVA defined fields.
Add the dependency to the app-level build.gradle file
implementation 'com.github.ajohnson388:DLParser-Kotlin:1.0.0'
Clone the repo.
Sync Gradle.
Launch a debug build on a physical device or an emulator using a webcam.
Scan driver license barcodes by using the example app and view output through the console.
Open an issue or make a pull request.
Andrew Johnson – ajohnson388@gmail.com
Distributed under the MIT license. See LICENSE
for more information.