usdriverslicenseparser
v1.0.9
Published
American Association of Motor Vehicle Administrators (AAMVA) Versions '03' through '10'.
Downloads
2
Readme
U.S Drivers License Parser
This project is designed to make it easy to parse the barcode for U.S Drivers License. The standards for U.S Drivers Licenses are determined by AAMVA (American Association of Motor Vehicles Administrators)
Example
This project is designed to be simple to use, simply call the public parseLicense function with your raw barcode:
const parsedBarcode = parseLicense(barcodeText);
Contributing
We welcome contributions to this open source project! The recommended way is to create a fork, and submit a pull request from your fork. Please include a clear title and description in your pull request.
License
MIT