@regulaforensics/document-reader-webclient 9.5.863-nightly → 9.5.864-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.
Files changed (2) hide show
  1. package/dist/index.d.ts +6 -12
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -6043,12 +6043,6 @@ export declare interface LivenessParams {
6043
6043
  * @memberof LivenessParams
6044
6044
  */
6045
6045
  'checkGeometry'?: boolean;
6046
- /**
6047
- * This parameter is used to enable Barcode background check as part of the Liveness checks
6048
- * @type {boolean}
6049
- * @memberof LivenessParams
6050
- */
6051
- 'checkBarcodeBackground'?: boolean;
6052
6046
  }
6053
6047
 
6054
6048
  /**
@@ -9095,6 +9089,12 @@ export declare interface ProcessParams {
9095
9089
  * @memberof ProcessParams
9096
9090
  */
9097
9091
  'mrzFormatsFilter'?: Array<MRZFormat>;
9092
+ /**
9093
+ * 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.
9094
+ * @type {boolean}
9095
+ * @memberof ProcessParams
9096
+ */
9097
+ 'forceReadMrzBeforeLocate'?: boolean;
9098
9098
  /**
9099
9099
  * This option can be disabled to stop parsing after barcode is read. Enabled by default.
9100
9100
  * @type {boolean}
@@ -9263,12 +9263,6 @@ export declare interface ProcessParams {
9263
9263
  * @memberof ProcessParams
9264
9264
  */
9265
9265
  'checkVDS'?: boolean;
9266
- /**
9267
- * When enabled, the age check status affects the overall status.
9268
- * @type {boolean}
9269
- * @memberof ProcessParams
9270
- */
9271
- 'strictAgeCheck'?: boolean;
9272
9266
  }
9273
9267
 
9274
9268
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/document-reader-webclient",
3
- "version": "9.5.863-nightly",
3
+ "version": "9.5.864-rc",
4
4
  "description": "Regula Document Reader js client for the browser and node.js based on axios",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "keywords": [