Skip to content

Commit 6071b99

Browse files
authored
Merge pull request #71 from regulaforensics/update-clients
update clients
2 parents f763736 + ded4b9d commit 6071b99

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Regula.DocumentReader.WebClient/Model/AuthenticityResultType.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public class AuthenticityResultType
5555

5656
public const int PHOTO_EMBED_TYPE = 512;
5757

58+
public const int OVI = 1024;
5859

5960
public const int HOLOGRAMS = 4096;
6061

src/Regula.DocumentReader.WebClient/Model/Ext/Autheticity/Autheticity.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ public static SecurityFeatureChecks HologramsChecks(this AuthenticityCheckList a
5656
{
5757
return auth.securityFeatureOrNull(AuthenticityResultType.HOLOGRAMS);
5858
}
59+
60+
public static SecurityFeatureChecks OVIChecks(this AuthenticityCheckList auth)
61+
{
62+
return auth.securityFeatureOrNull(AuthenticityResultType.OVI);
63+
}
5964

6065
public static SecurityFeatureChecks ImageAreaChecks(this AuthenticityCheckList auth)
6166
{

0 commit comments

Comments
 (0)