We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a612c04 + b399200 commit f3bfea4Copy full SHA for f3bfea4
src/ext/authenticity/authenticity.ts
@@ -61,6 +61,10 @@ export class Authenticity implements BaseAuthenticityCheckList {
61
return this.securityFeatureOrUndefined(AuthenticityResultType.PHOTO_AREA);
62
}
63
64
+ public mrzChecks(): SecurityFeatureChecks | undefined {
65
+ return this.securityFeatureOrUndefined(AuthenticityResultType.MRZ);
66
+ }
67
+
68
public portraitComparisonChecks(): IdentChecks | undefined {
69
return this.identOrUndefined(AuthenticityResultType.PORTRAIT_COMPARISON);
70
0 commit comments