A parser for driver license barcodes.
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.
pod 'DLParser', '~> 3.1.0'
github "ajohnson388/DLParser-Swift"
dependencies: [
.package(url: "https://github.com/ajohnson388/DLParser-Swift.git", from: "3.1.0")
]
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 unit tests for the version parsers and assert they pass.
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 – [email protected]
Distributed under the MIT license. See LICENSE
for more information.