tencentcloud-sdk-nodejs-ocr 4.0.1032 → 4.0.1034

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ocr",
3
- "version": "4.0.1032",
3
+ "version": "4.0.1034",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -1422,6 +1422,10 @@ export interface QuestionSplitOCRRequest {
1422
1422
  * 是否开启切边增强和弯曲矫正,默认为false不开启
1423
1423
  */
1424
1424
  EnableImageCrop?: boolean
1425
+ /**
1426
+ * 是否只返回检测框,默认false
1427
+ */
1428
+ EnableOnlyDetectBorder?: boolean
1425
1429
  }
1426
1430
 
1427
1431
  /**
@@ -2194,6 +2198,22 @@ export interface VatElectronicItemInfo {
2194
2198
  * 面积单位,仅不动产经营租赁服务发票返回
2195
2199
  */
2196
2200
  AreaUnit?: string
2201
+ /**
2202
+ * 出行人,仅旅客运输服务发票返回
2203
+ */
2204
+ Traveler?: string
2205
+ /**
2206
+ * 有效身份证件号,仅旅客运输服务发票返回
2207
+ */
2208
+ TravelerID?: string
2209
+ /**
2210
+ * 出行日期,仅旅客运输服务发票返回
2211
+ */
2212
+ TravelDate?: string
2213
+ /**
2214
+ * 等级,仅旅客运输服务发票返回
2215
+ */
2216
+ TravelLevel?: string
2197
2217
  }
2198
2218
 
2199
2219
  /**
@@ -2358,6 +2378,14 @@ export interface FlightItemInfo {
2358
2378
  * 免费行李额
2359
2379
  */
2360
2380
  Allow?: string
2381
+ /**
2382
+ * 客票生效日期
2383
+ */
2384
+ DateStart?: string
2385
+ /**
2386
+ * 有效截止日期
2387
+ */
2388
+ DateEnd?: string
2361
2389
  }
2362
2390
 
2363
2391
  /**
@@ -7678,7 +7706,7 @@ export interface AirTransport {
7678
7706
  */
7679
7707
  DateStart?: string
7680
7708
  /**
7681
- * 有效截至日期
7709
+ * 有效截止日期
7682
7710
  */
7683
7711
  DateEnd?: string
7684
7712
  /**
@@ -1366,6 +1366,10 @@ export interface QuestionSplitOCRRequest {
1366
1366
  * 是否开启切边增强和弯曲矫正,默认为false不开启
1367
1367
  */
1368
1368
  EnableImageCrop?: boolean;
1369
+ /**
1370
+ * 是否只返回检测框,默认false
1371
+ */
1372
+ EnableOnlyDetectBorder?: boolean;
1369
1373
  }
1370
1374
  /**
1371
1375
  * 增值税普通发票(卷票)条目
@@ -2111,6 +2115,22 @@ export interface VatElectronicItemInfo {
2111
2115
  * 面积单位,仅不动产经营租赁服务发票返回
2112
2116
  */
2113
2117
  AreaUnit?: string;
2118
+ /**
2119
+ * 出行人,仅旅客运输服务发票返回
2120
+ */
2121
+ Traveler?: string;
2122
+ /**
2123
+ * 有效身份证件号,仅旅客运输服务发票返回
2124
+ */
2125
+ TravelerID?: string;
2126
+ /**
2127
+ * 出行日期,仅旅客运输服务发票返回
2128
+ */
2129
+ TravelDate?: string;
2130
+ /**
2131
+ * 等级,仅旅客运输服务发票返回
2132
+ */
2133
+ TravelLevel?: string;
2114
2134
  }
2115
2135
  /**
2116
2136
  * SmartStructuralOCRV2返回参数结构体
@@ -2268,6 +2288,14 @@ export interface FlightItemInfo {
2268
2288
  * 免费行李额
2269
2289
  */
2270
2290
  Allow?: string;
2291
+ /**
2292
+ * 客票生效日期
2293
+ */
2294
+ DateStart?: string;
2295
+ /**
2296
+ * 有效截止日期
2297
+ */
2298
+ DateEnd?: string;
2271
2299
  }
2272
2300
  /**
2273
2301
  * 文字识别结果
@@ -7460,7 +7488,7 @@ export interface AirTransport {
7460
7488
  */
7461
7489
  DateStart?: string;
7462
7490
  /**
7463
- * 有效截至日期
7491
+ * 有效截止日期
7464
7492
  */
7465
7493
  DateEnd?: string;
7466
7494
  /**