---
layout: default-layout
title: How to scan barcodes on US Driver's Licenses and extract the information?
keywords: Dynamsoft Barcode Reader, FAQ, DBR Introduction, US driver's license
description: How to scan barcodes on US Driver's Licenses and extract the information?
needAutoGenerateSidebar: false
---

# How to scan barcodes on US Driver's Licenses and extract the information?

The SDK can indeed scan driver license barcodes and extract all the information that is encoded in the barcode. The best resources to reference in order to do this are the samples available:

- [JavaScript edition (most popular use case)](https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/scenarios/read-a-drivers-license)
- [iOS sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/FoundationalAPISamples/ReadDriversLicense)
- [Android sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/ReadDriversLicense)
