@regulaforensics/document-reader-webclient 9.5.868-rc → 9.5.872-rc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -8856,12 +8856,6 @@ export declare interface ProcessParams {
8856
8856
  * @memberof ProcessParams
8857
8857
  */
8858
8858
  'lcidFilter'?: Array<LCID>;
8859
- /**
8860
- * This parameter is used to enable document liveness check.
8861
- * @type {boolean}
8862
- * @memberof ProcessParams
8863
- */
8864
- 'checkLiveness'?: boolean;
8865
8859
  /**
8866
8860
  * 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.
8867
8861
  * @type {Array<LCID>}