Skip to content

Commit e32617f

Browse files
Merge pull request #361 from regulaforensics/0d7bf58c
Commit: 0d7bf58c
2 parents f6130d1 + 6c53151 commit e32617f

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

src/models/liveness-params.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,11 @@ export interface LivenessParams {
5555
* @memberof LivenessParams
5656
*/
5757
'checkGeometry'?: boolean;
58+
/**
59+
* This parameter is used to enable Barcode background check as part of the Liveness checks
60+
* @type {boolean}
61+
* @memberof LivenessParams
62+
*/
63+
'checkBarcodeBackground'?: boolean;
5864
}
5965

src/models/process-params.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,6 @@ export interface ProcessParams {
316316
* @memberof ProcessParams
317317
*/
318318
'mrzFormatsFilter'?: Array<MRZFormat>;
319-
/**
320-
* When enabled, make sure that in series processing MRZ is located fully inside the result document image, if present on the document. Enabling this option may add extra processing time, by disabling optimizations, but allows more stability in output image quality. Disabled by default.
321-
* @type {boolean}
322-
* @memberof ProcessParams
323-
*/
324-
'forceReadMrzBeforeLocate'?: boolean;
325319
/**
326320
* This option can be disabled to stop parsing after barcode is read. Enabled by default.
327321
* @type {boolean}
@@ -490,6 +484,12 @@ export interface ProcessParams {
490484
* @memberof ProcessParams
491485
*/
492486
'checkVDS'?: boolean;
487+
/**
488+
* When enabled, the age check status affects the overall status.
489+
* @type {boolean}
490+
* @memberof ProcessParams
491+
*/
492+
'strictAgeCheck'?: boolean;
493493
}
494494

495495

0 commit comments

Comments
 (0)