tencentcloud-sdk-nodejs-ocr 4.1.94 → 4.1.98
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/package.json
CHANGED
|
@@ -3462,6 +3462,10 @@ export interface RecognizeValidIDCardOCRRequest {
|
|
|
3462
3462
|
* 默认值为false,打开返回证件是否模糊。
|
|
3463
3463
|
*/
|
|
3464
3464
|
EnableQualityCheck?: boolean;
|
|
3465
|
+
/**
|
|
3466
|
+
* 默认值为false,打开返回是否存在电子身份证判断。
|
|
3467
|
+
*/
|
|
3468
|
+
EnableElectronCheck?: boolean;
|
|
3465
3469
|
}
|
|
3466
3470
|
/**
|
|
3467
3471
|
* MixedInvoiceOCR返回参数结构体
|
|
@@ -5466,6 +5470,12 @@ export interface CardWarnInfo {
|
|
|
5466
5470
|
* 模糊分数, 范围:0.0-1.0,分数越高越模糊,建议阈值为0.5
|
|
5467
5471
|
*/
|
|
5468
5472
|
BlurScore?: number;
|
|
5473
|
+
/**
|
|
5474
|
+
* 是否电子身份证
|
|
5475
|
+
0:否
|
|
5476
|
+
1:是电子身份证
|
|
5477
|
+
*/
|
|
5478
|
+
ElectronCheck?: number;
|
|
5469
5479
|
}
|
|
5470
5480
|
/**
|
|
5471
5481
|
* 完税凭证
|