tencentcloud-sdk-nodejs-ocr 4.1.109 → 4.1.111
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
@@ -470,6 +470,12 @@ export interface ExtractDocMultiRequest {
|
|
470
470
|
MultiRealEstateCertificate -- 房产材料识别模板
|
471
471
|
MultiRealEstateMaterial -- 房产证明识别模板
|
472
472
|
HongKongUtilityBill -- 中国香港水电煤单识别模板
|
473
|
+
OverseasCheques -- 海外支票
|
474
|
+
RegistrationCertificate -- 备案证
|
475
|
+
GridPhoto -- 电网系统照片
|
476
|
+
SignaturePage -- 签署页
|
477
|
+
|
478
|
+
|
473
479
|
*/
|
474
480
|
ConfigId?: string;
|
475
481
|
/**
|
@@ -1511,6 +1517,11 @@ export interface Value {
|
|
1511
1517
|
注意:此字段可能返回 null,表示取不到有效值。
|
1512
1518
|
*/
|
1513
1519
|
Coord?: Polygon;
|
1520
|
+
/**
|
1521
|
+
* 页数
|
1522
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1523
|
+
*/
|
1524
|
+
PageIndex?: string;
|
1514
1525
|
}
|
1515
1526
|
/**
|
1516
1527
|
* EnterpriseLicenseOCR返回参数结构体
|