From d37af3d6ad0c1256e4a054666ef8a4ef3b0b12ff Mon Sep 17 00:00:00 2001 From: Ben Hovinga <23349127+benhovinga@users.noreply.github.com> Date: Tue, 14 May 2024 21:19:50 -0230 Subject: [PATCH] updating description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f772482..027605c 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ### Version: v0.5-beta -*The American Association of Motor Vehicle Administrators* (AAMVA) releases a standards guide for driver license and identification card design. The *[2020 AAMVA DL/ID Card Design Standard](https://www.aamva.org/topics/driver-license-and-identification-standards)* outlines the specifications for the Mandatory PDF417 Bar Code in Annex D. +*The American Association of Motor Vehicle Administrators* (AAMVA) releases a standards guide for driver license and identification card design. The *[2020 AAMVA DL/ID Card Design Standard](https://www.aamva.org/topics/driver-license-and-identification-standards)* outlines the specifications for the Mandatory PDF417 Bar Code in Annex D. Nearly all jurisdictions across North America use this standard for their driver license and identification cards. -This library isn't intended to "scan" these barcodes, but rather parse the data passed in from a barcode scanning tool. The end goal is to display a cards profile in a human readable format. +This library isn't intended to "scan" these barcodes, but rather parse the data file coming from a barcode scanning tool (like [zxing-cpp](https://pypi.org/project/zxing-cpp/) or [pdf417decoder](https://pypi.org/project/pdf417decoder/)). After it has been parsed and the data elements decoded into human readable properties, the card profile can be displayed to a user or used by other applications. ## Quick Start Example