Class OcrPassportResult
Result from ReadPassport(OcrInputBase)
Give an access to: Text, Confidence, and PassportInfo.
Inheritance
System.Object
OcrPassportResult
Implements
IronSoftware.IOcrResult
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public class OcrPassportResult : Object, IOcrResult
Properties
Confidence
OCR statistical accuracy confidence as an average of every character.
1 = 100%, 0 = 0%.
Declaration
public double Confidence { get; }
Property Value
Type | Description |
---|---|
System.Double |
PassportInfo
Passport informations decoded from MRZ.
Give an access to: Surname, Given names, Passport No., Country, Date of birth, and Date of expiry.
Declaration
public PassportInfo PassportInfo { get; }
Property Value
Type | Description |
---|---|
PassportInfo |
Text
All Ocr texts from OcrInput.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
IronSoftware.IOcrResult