Skip to content

Commit c3ff78a

Browse files
Merge pull request #263 from regulaforensics/5671dcd5
Commit: 5671dcd5
2 parents 89b4e4b + 8e04e37 commit c3ff78a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/models/image-quality-check-type.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ export enum ImageQualityCheckType {
4343
*/
4444
Portrait = 7,
4545
/**
46+
* Signals if the document contains handwritten text in the scanned fields
47+
*/
48+
Handwritten = 8,
49+
/**
4650
* Signals if the document image is bright enough
4751
*/
4852
Brightness = 9,

src/models/process-params.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,12 @@ export interface ProcessParams {
451451
* @memberof ProcessParams
452452
*/
453453
'disableAuthResolutionFilter'?: boolean;
454+
/**
455+
* When enabled, this parameter marks security checks that don’t meet minimum requirements as \'Failed\' (instead of \'WasNotDone\'), which causes the overall security status to be \'Failed\'.
456+
* @type {boolean}
457+
* @memberof ProcessParams
458+
*/
459+
'strictSecurityChecks'?: boolean;
454460
}
455461

456462

0 commit comments

Comments
 (0)