Skip to content

Commit f3bfea4

Browse files
authored
Merge pull request #89 from regulaforensics/feature/sp-8213
SP-8213: add getting MRZ check
2 parents a612c04 + b399200 commit f3bfea4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ext/authenticity/authenticity.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ export class Authenticity implements BaseAuthenticityCheckList {
6161
return this.securityFeatureOrUndefined(AuthenticityResultType.PHOTO_AREA);
6262
}
6363

64+
public mrzChecks(): SecurityFeatureChecks | undefined {
65+
return this.securityFeatureOrUndefined(AuthenticityResultType.MRZ);
66+
}
67+
6468
public portraitComparisonChecks(): IdentChecks | undefined {
6569
return this.identOrUndefined(AuthenticityResultType.PORTRAIT_COMPARISON);
6670
}

0 commit comments

Comments
 (0)