File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Regula.DocumentReader.NetCoreExample
Regula.DocumentReader.WebClient/Model/Ext/Autheticity Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public static void Main()
68
68
var docIRB900 = docAuthenticity . IrB900Checks ( ) ;
69
69
var docIRB900Blank = docIRB900 ? . ChecksByElement ( SecurityFeatureType . BLANK ) ;
70
70
71
- var docImagePattern = docAuthenticity . ImagePattern ( ) ;
71
+ var docImagePattern = docAuthenticity . ImagePatternChecks ( ) ;
72
72
var docImagePatternBlank = docImagePattern ? . ChecksByElement ( SecurityFeatureType . BLANK ) ;
73
73
74
74
Console . WriteLine ( "-----------------------------------------------------------------" ) ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public static SecurityFeatureChecks IrB900Checks(this AuthenticityCheckList auth
17
17
return auth . securityFeatureOrNull ( AuthenticityResultType . IR_B900 ) ;
18
18
}
19
19
20
- public static IdentChecks ImagePattern ( this AuthenticityCheckList auth )
20
+ public static IdentChecks ImagePatternChecks ( this AuthenticityCheckList auth )
21
21
{
22
22
return auth . identOrNull ( AuthenticityResultType . IMAGE_PATTERN ) ;
23
23
}
You can’t perform that action at this time.
0 commit comments