IdParser
Parses PDF417 AAMVA-compliant driver's licenses and ID cards
File Explorer
Download Latest Version (.zip)- AbbreviationAttribute.cs
- CountryAttribute.cs
- DescriptionAttribute.cs
- ParserAttribute.cs
- ComplianceType.cs
- Country.cs
- EndorsementCode.cs
- Ethnicity.cs
- EyeColor.cs
- HairColor.cs
- IssuerIdentificationNumber.cs
- RestrictionCode.cs
- Sex.cs
- Validation.cs
- Version.cs
- WeightRange.cs
- AliasFirstNameParser.cs
- AliasLastNameParser.cs
- AliasSuffixParser.cs
- AuditInformationParser.cs
- CityParser.cs
- ComplianceTypeParser.cs
- DateOfBirthParser.cs
- DocumentDiscriminatorParser.cs
- EthnicityParser.cs
- ExpirationDateParser.cs
- EyeColorParser.cs
- FirstNameParser.cs
- GivenNameParser.cs
- HairColorParser.cs
- HasTemporaryLawfulStatusParser.cs
- HeightParser.cs
- IdNumberParser.cs
- InventoryControlNumberParser.cs
- IsOrganDonorParser.cs
- IssueDateParser.cs
- IsVeteranParser.cs
- JurisdictionCodeParser.cs
- LastNameParser.cs
- MiddleNameParser.cs
- NameParser.cs
- NameSuffixParser.cs
- PlaceOfBirthParser.cs
- PostalCodeParser.cs
- RevisionDate.cs
- SexParser.cs
- StreetLine1Parser.cs
- StreetLine2Parser.cs
- Under18UntilParser.cs
- Under19UntilParser.cs
- Under21UntilParser.cs
- WasFirstNameTruncatedParser.cs
- WasLastNameTruncatedParser.cs
- WasMiddleNameTruncatedParser.cs
- WeightInKilogramsParser.cs
- WeightInPoundsParser.cs
- WeightRangeParser.cs
- EndorsementCodeDescriptionParser.cs
- EndorsementCodesParser.cs
- HazmatEndorsementExpirationDateParser.cs
- RestrictionCodeDescriptionParser.cs
- RestrictionCodesParser.cs
- StandardEndorsementCodeParser.cs
- StandardRestrictionCodeParser.cs
- StandardVehicleClassificationParser.cs
- VehicleClassificationDescriptionParser.cs
- VehicleClassParser.cs
- AbstractParser.cs
- Address.cs
- AssemblyInfo.cs
- Barcode.cs
- DriversLicense.cs
- DriversLicenseJurisdiction.cs
- Extensions.cs
- Fixes.cs
- Height.cs
- IdentificationCard.cs
- IdParser.csproj
- Name.cs
- Weight.cs
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- App.config
- ID Parser Icon.ico
- IdParser.Client.csproj
- Main.cs
- Main.Designer.cs
- Main.resx
- packages.config
- Program.cs
- TN.txt
- AB.txt
- AK.txt
- AL.txt
- AR.txt
- AZ.txt
- CA.txt
- CO 2013.txt
- CO.txt
- CT Multiple Middle Names.txt
- CT No Middle Name.txt
- CT Suffix.txt
- CT Undefined Characters.txt
- CT Web Browser.txt
- CT.txt
- DC.txt
- DE.txt
- FL.txt
- GA.txt
- HI.txt
- IA.txt
- ID.txt
- IL.txt
- IN.txt
- KS.txt
- KY.txt
- LA.txt
- MA 2009.txt
- MA 2016.txt
- MA No Middle Name.txt
- MA Piped.txt
- MD.txt
- ME.txt
- MI.txt
- MN.txt
- MO.txt
- MS.txt
- MT.txt
- NB.txt
- NC.txt
- ND.txt
- NH.txt
- NJ.txt
- NM.txt
- NV.txt
- NY.txt
- OH.txt
- ON.txt
- OR.txt
- PA 2016.txt
- PA Three Middle Names.txt
- PA Two Middle Names.txt
- PA.txt
- PE.txt
- PR.txt
- RI.txt
- SC.txt
- TX.txt
- UT.txt
- VA.txt
- VT.txt
- WA.txt
- WI.txt
- WV.txt
- WY.txt
- BaseTest.cs
- DriversLicenseTests.cs
- HeightTests.cs
- IdentificationCardTests.cs
- IdParser.Test.csproj
- Invalid Header.txt
- Leading Whitespace.txt
- NameTests.cs
- Usings.cs
- ValidationTests.cs
- WeightTests.cs
- Microsoft.PointOfService.dll
- .gitattributes
- .gitignore
- IdParser.Client.png
- IdParser.sln
- LICENSE.md
- NuGet Package Icon.png
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/c0shea/IdParser
Downloads the entire project code from GitHub to your computer.
cd IdParser
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd IdParser.Client
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
