@regulaforensics/document-reader-webclient 9.8.1024-rc → 9.8.1025-nightly
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 +24 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4623,6 +4623,12 @@ export declare interface ImageQA {
|
|
|
4623
4623
|
* @memberof ImageQA
|
|
4624
4624
|
*/
|
|
4625
4625
|
'glaresCheckParams'?: GlaresCheckParams;
|
|
4626
|
+
/**
|
|
4627
|
+
*
|
|
4628
|
+
* @type {OcclusionCheckParams}
|
|
4629
|
+
* @memberof ImageQA
|
|
4630
|
+
*/
|
|
4631
|
+
'occlusionCheckParams'?: OcclusionCheckParams;
|
|
4626
4632
|
}
|
|
4627
4633
|
|
|
4628
4634
|
/**
|
|
@@ -6427,6 +6433,24 @@ export declare interface MRZTestQualityItem {
|
|
|
6427
6433
|
*/
|
|
6428
6434
|
export declare type MRZTestQualityResult = MRZTestQualityItem & ResultItem;
|
|
6429
6435
|
|
|
6436
|
+
/**
|
|
6437
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
6438
|
+
* Do not edit the file manually.
|
|
6439
|
+
*/
|
|
6440
|
+
/**
|
|
6441
|
+
*
|
|
6442
|
+
* @export
|
|
6443
|
+
* @interface OcclusionCheckParams
|
|
6444
|
+
*/
|
|
6445
|
+
export declare interface OcclusionCheckParams {
|
|
6446
|
+
/**
|
|
6447
|
+
* The maximum size for the occluded area of a document; only those exceeding this size will be validated
|
|
6448
|
+
* @type {number}
|
|
6449
|
+
* @memberof OcclusionCheckParams
|
|
6450
|
+
*/
|
|
6451
|
+
'maxOcclusionPart'?: number;
|
|
6452
|
+
}
|
|
6453
|
+
|
|
6430
6454
|
export declare class OCRSecurityTextChecks implements AuthenticityCheckResult {
|
|
6431
6455
|
List: Array<OCRSecurityTextResult>;
|
|
6432
6456
|
Result: CheckResult;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/document-reader-webclient",
|
|
3
|
-
"version": "9.8.
|
|
3
|
+
"version": "9.8.1025-nightly",
|
|
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": [
|