1using System.Diagnostics.CodeAnalysis;
Contains MRZ-related Extensions for Machine-Readable Travel Documents.
static bool ParseMrz(string MRZ, [NotNullWhen(true)] out DocumentInformation? Info)
Derives Basic Access Control Keys from the second row of the Machine-Readable string in passport (MRZ...
Provides shared MRZ parsing and validation services for OCR and NFC flows.
static bool TryParse(string Mrz, [NotNullWhen(true)] out DocumentInformation? Info)
Attempts to parse MRZ text into document information.