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.
- Support for all AAMVA standards (v1-9)
- Support for all AAMVA fields
- License model for all AAMVA fields
- Offline use
- iOS 10.0+
- Swift 4.1
- Xcode 9.3
- Cocoapods
pod 'DLParser'
Clone the repo.
Navigate to your project directory and run pod install
.
Open the .xcworkspace
file.
Create an App id using your developer account.
Run the example app on a physical device.
Scan driver license barcodes by using the example app and view output through the console.
Open an issue or make a pull request.
This library was derived from https://github.com/ksoftllc/license-parser.
Andrew Johnson – ajohnson388@gmail.com
Distributed under the MIT license. See LICENSE
for more information.