Is there a JavaScript (or other) library to read driver's licenses?

前端 未结 2 1453
旧时难觅i
旧时难觅i 2021-02-07 08:45

I\'m working on a JavaScript project that involves reading credit cards and driver\'s licenses from a USB magnetic stripe reader in keyboard emulation mode. It turns out getting

相关标签:
2条回答
  • 2021-02-07 09:35

    First of all most states don't use magnetic stripe on drivers' licences, or at least that was the case in 2009: http://www.digitaldoorkeep.com/blog/tag/drivers-license-magnetic-stripe/

    Finding data format for the remaining states is a matter of spending some time with google (I found this in 3 minutes: http://www.dgahouston.com/msrdata2.htm ) or actually requesting the information: it's public information.

    Also read this: http://www.dgahouston.com/dlsplit1.htm - scanning licences is illegal in some states.

    0 讨论(0)
  • 2021-02-07 09:36

    Hm, I'm not sure if this will be of help, but I ran across Jumio which has an online ID verification. I don't know if it would work with your current implementation of your strip scanner, but give it a look it could be exactly what you want: https://pay.jumio.com/

    It works by either scanning the license with a built in webcam or uploading an image of the license to their server to verify. http://jumio.com/products/netverify/online-id-verification/

    Good luck!

    0 讨论(0)
提交回复
热议问题