2013-01-06
DL/ID Parser Library For Go
I’ve published an initial version of my US DL/ID barcode data parser library here:
This is a library for Go that can parse the data extracted from the PDF417 barcode on the back of a US driving licence into a Go struct. It doesn’t handle many of the encoded fields yet but it’s a start. I’ve grumbled about the multiple problems with the spec and its various implementations before.