1.0.7 • Published 10 months ago

driver-license-parser v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

driver-license-parser

PDF417 parser for decoding driver license barcode raw data

* LIBRARY IS NOT FULLY TESTED FOR ALL VERSION *

Fork/Inspired by: https://github.com/ksoftllc/license-parser

Usage

//write documentation to use the license parser

Example

const { parse } = require('driver-license-parser');

const pdf417 = '...';
const data = parse(pdf417);
Output
const data = { license: license, version: version } 
1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago