@regulaforensics/document-reader-webclient 9.8.1022-nightly → 9.8.1024-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 +0 -24
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4623,12 +4623,6 @@ 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;
|
|
4632
4626
|
}
|
|
4633
4627
|
|
|
4634
4628
|
/**
|
|
@@ -6433,24 +6427,6 @@ export declare interface MRZTestQualityItem {
|
|
|
6433
6427
|
*/
|
|
6434
6428
|
export declare type MRZTestQualityResult = MRZTestQualityItem & ResultItem;
|
|
6435
6429
|
|
|
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
|
-
|
|
6454
6430
|
export declare class OCRSecurityTextChecks implements AuthenticityCheckResult {
|
|
6455
6431
|
List: Array<OCRSecurityTextResult>;
|
|
6456
6432
|
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.1024-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": [
|