IdParser icon indicating copy to clipboard operation
IdParser copied to clipboard

Parses PDF417 AAMVA-compliant driver's licenses and ID cards

Results 9 IdParser issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

When parsing an Illinois barcode that uses the 2003 AAMVA spec, I get an ArgumentOutOfRangeException thrown by the GetSubfileRecords. Running through it manually, it attempts to parse the offset as...

Apparently WV had some trouble understanding the AMVAA spec. The birthdate is written as YYYYMMDD (should be MMDDYYYY, but IdParser 3.0.4+ can handle this). But more egregiously, the "Under 18/21...

One of the `if` statements in `HairColorParser` was setting the `EyeColor` property instead of `HairColor`. This pull request fixes that.

For a weight of 175 lbs, I was expecting to see about 79.4 kg, but it was displaying 385.8. Looking at the `Weight` class, it appears the conversions were backward:...

Hi there, Please bear with me - I am still a newbie and am learning how to program. I added IdParser to my Visual Studio project via. NuGet package. I'd...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

AAMVA2003 standard states that Given name consists of all names other than the family name and there can be 2-3 names.