falnatsheh / DLParser-Swift

A parser for driver license barcodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DLParser

DLParser is a library for parsing barcode data from AAMVA compliant driver licenses.

Swift Version License Platform

DLParser aims to decode barcode data from AAMVA compliant driver licenses. The parser supports all AAMVA versions and AAMVA defined fields.

Features

  • Support for all AAMVA standards (v1-9)
  • Support for all AAMVA fields
  • License model for all AAMVA fields
  • Offline use

Requirements

  • iOS 10.0+
  • Swift 4.1
  • Xcode 9.3
  • Cocoapods

Cocoapod Installation

pod 'DLParser'

Sample Installation

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.

Contribute

Open an issue or make a pull request.

Note

This library was derived from https://github.com/ksoftllc/license-parser.

Meta

Andrew Johnson – ajohnson388@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/ajohnson388/

About

A parser for driver license barcodes.

License:Other


Languages

Language:Swift 96.2%Language:Ruby 2.8%Language:Objective-C 1.0%