Info
Version: | 0.1.0 |
Author(s): | [email protected] |
Last Update: | Friday, August 14, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/bcolaco.OnMRZ |
Install
Install-Package bcolaco.OnMRZ
dotnet add package bcolaco.OnMRZ
paket add bcolaco.OnMRZ
bcolaco.OnMRZ Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Newtonsoft.Json(>= 12.0.3)
- Newtonsoft.Json(>= 12.0.3)
- Newtonsoft.Json(>= 12.0.3)
It parses PassportNumber, FirstName, LastName, dates (ex.date of birth, expire date), nationality and issuing country.
It can also generate the MRZ string itslef (Machine Readable Zone) if all the proper parameters are passed to it.
Forked from https://github.com/alialiayman/OnMRZ.