• TwitterFacebookGoogle PlusLinkedInRSS FeedEmail

Ohio Drivers License Barcode Format

4/19/2019 

I am given a task to develop a small library which needs to be able to read PDF417 barcode located on the back of the Driver's License card and parse the data out to our custom object.

However I need to know what data types are these Data types denoting?

The complete documentation can be found at: http://www.dol.wa.gov/external/docs/barcodeCalibration-basic.pdf

TarikTarik

3 Answers

Guessing here, but <field length>/ANS, where A is alphabetic, N numeric and S spaces?

For example, 3/A is 3 alphabetic characters like USA.

Funny that weight and sex are both 1/N, but the example given (2 in both cases) fits my hypothesis.

craig65535craig65535

The Washington spec is based on the AAMVA standard here:http://www.aamva.org/DL-ID-Card-Design-Standard/

Lady gaga the fame monster album. Most don't radically depart from her debut's dance-pop vibe, but they do reinforce Gaga's talents: making somewhat familiar musical ideas a wee bit edgy and a whole lot addictive (see the 'Fernando'/'La Isla Bonita'-biting 'Alejandro' or the Beyonce-featuring 'Telephone').

The 2013 ID Card Design Standard is here: http://www.aamva.org/WorkArea/DownloadAsset.aspx?id=4435

The PDF 417 barcode specifications start on page 51 (65) of that document. On page 58 (72) they list the type definitions: 'A=alpha A-Z, N=numeric 0-9, S=special, F=fixed length, V=variable length'

Anthony FAnthony F

Sivapuranam lyrics in tamil. 6 A/N means it is a 6 digit or spaced (A)lpha/(N)umeric variable. For example 5'7' could be expressed as a variable that would fit the format as '067 in' (quotation marks only enclosing the actual variable. Very common definition of terms usually found in Database programming. Your variable will always be 6 characters long (including the space character)--3 alpha ( in) and 3 numeric (067).

Robert SmithRobert Smith

Not the answer you're looking for? Browse other questions tagged c#.netbarcode or ask your own question.