Skip to content

Commit e8b84fd

Browse files
committed
Commit: a38b4dd4
1 parent e32617f commit e8b84fd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/models/process-params.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ export interface ProcessParams {
7979
* @memberof ProcessParams
8080
*/
8181
'lcidFilter'?: Array<LCID>;
82-
/**
83-
* This parameter is used to enable document liveness check.
84-
* @type {boolean}
85-
* @memberof ProcessParams
86-
*/
87-
'checkLiveness'?: boolean;
8882
/**
8983
* The list of LCID types to ignore during the recognition. If empty, values with all LCID types will be extracted. Narrowing down the list can reduce processing time. Empty by default.
9084
* @type {Array<LCID>}

0 commit comments

Comments
 (0)