@regulaforensics/document-reader-webclient 8.4.563-nightly → 8.4.565-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 +30 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3841,6 +3841,30 @@ export declare interface GetTransactionsByTagResponse {
|
|
|
3841
3841
|
'updatedAt'?: string;
|
|
3842
3842
|
}
|
|
3843
3843
|
|
|
3844
|
+
/**
|
|
3845
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
3846
|
+
* Do not edit the file manually.
|
|
3847
|
+
*/
|
|
3848
|
+
/**
|
|
3849
|
+
*
|
|
3850
|
+
* @export
|
|
3851
|
+
* @interface GlaresCheckParams
|
|
3852
|
+
*/
|
|
3853
|
+
export declare interface GlaresCheckParams {
|
|
3854
|
+
/**
|
|
3855
|
+
* Margin from the edges of the image. 0.35 = 35%
|
|
3856
|
+
* @type {number}
|
|
3857
|
+
* @memberof GlaresCheckParams
|
|
3858
|
+
*/
|
|
3859
|
+
'imgMarginPart'?: number;
|
|
3860
|
+
/**
|
|
3861
|
+
* The maximum allowable part of the area occupied by the glare. The same: 0.06 = 6%
|
|
3862
|
+
* @type {number}
|
|
3863
|
+
* @memberof GlaresCheckParams
|
|
3864
|
+
*/
|
|
3865
|
+
'maxGlaringPart'?: number;
|
|
3866
|
+
}
|
|
3867
|
+
|
|
3844
3868
|
/**
|
|
3845
3869
|
*
|
|
3846
3870
|
* @export
|
|
@@ -4326,6 +4350,12 @@ export declare interface ImageQA {
|
|
|
4326
4350
|
* @memberof ImageQA
|
|
4327
4351
|
*/
|
|
4328
4352
|
'expectedPass'?: Array<InputImageQualityChecks>;
|
|
4353
|
+
/**
|
|
4354
|
+
*
|
|
4355
|
+
* @type {GlaresCheckParams}
|
|
4356
|
+
* @memberof ImageQA
|
|
4357
|
+
*/
|
|
4358
|
+
'glaresCheckParams'?: GlaresCheckParams;
|
|
4329
4359
|
}
|
|
4330
4360
|
|
|
4331
4361
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/document-reader-webclient",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.565-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": [
|