The sample shows how to read and extract driver's license information from PDF417 using Dynamsoft JavaScript barcode SDK.
-
Get a free trial license and update the following code:
Dynamsoft.DBR.BarcodeReader.license = "DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTE2NDk4Mjk3OTI2MzUiLCJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSIsInNlc3Npb25QYXNzd29yZCI6IndTcGR6Vm05WDJrcEQ5YUoifQ==";
-
Deploy the project to a web server and then open the driver's license scanner in a web browser:
python -m http.server
https://yushulx.me/javascript-driver-license/
- https://www.aamva.org/DL-ID-Card-Design-Standard/
- https://github.com/Dynamsoft/javascript-barcode/tree/master/example/web/decode-driver-license-for-AAMVA
Reading Driver’s License Information from PDF417 in JavaScript