tencentcloud-sdk-nodejs-ocr 4.0.566 → 4.0.568

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.
@@ -116,8 +116,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
116
116
  */
117
117
  VatInvoiceVerifyNew(req: VatInvoiceVerifyNewRequest, cb?: (error: string, rep: VatInvoiceVerifyNewResponse) => void): Promise<VatInvoiceVerifyNewResponse>;
118
118
  /**
119
- * 本接口支持条形码和二维码的识别(包括 DataMatrix 和 PDF417)。
120
- */
119
+ * 本接口支持条形码和二维码的识别(包括 DataMatrix 和 PDF417)。
120
+
121
+ 默认接口请求频率限制:5次/秒。
122
+ */
121
123
  QrcodeOCR(req: QrcodeOCRRequest, cb?: (error: string, rep: QrcodeOCRResponse) => void): Promise<QrcodeOCRResponse>;
122
124
  /**
123
125
  * 本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。
@@ -193,7 +195,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
193
195
  FlightInvoiceOCR(req: FlightInvoiceOCRRequest, cb?: (error: string, rep: FlightInvoiceOCRResponse) => void): Promise<FlightInvoiceOCRResponse>;
194
196
  /**
195
197
  * 本接口支持集装箱箱门信息识别,识别字段包括集装箱箱号、类型、总重量、有效承重、容量、自身重量,具备集装箱箱号、类型不完整或者不清晰的告警功能。
196
-
198
+ 默认接口请求频率限制:5次/秒。
197
199
  */
198
200
  RecognizeContainerOCR(req: RecognizeContainerOCRRequest, cb?: (error: string, rep: RecognizeContainerOCRResponse) => void): Promise<RecognizeContainerOCRResponse>;
199
201
  /**
@@ -201,8 +203,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
201
203
  */
202
204
  RecognizeTableAccurateOCR(req: RecognizeTableAccurateOCRRequest, cb?: (error: string, rep: RecognizeTableAccurateOCRResponse) => void): Promise<RecognizeTableAccurateOCRResponse>;
203
205
  /**
204
- * 本接口支持多张、多类型票据的混合检测和自动分类,返回对应票据类型。目前已支持增值税发票、增值税发票(卷票)、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票、酒店账单、客运限额发票、购物小票、完税证明共15种票据。
205
- */
206
+ * 本接口支持多张、多类型票据的混合检测和自动分类,返回对应票据类型。目前已支持增值税发票、增值税发票(卷票)、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票、酒店账单、客运限额发票、购物小票、完税证明共15种票据。
207
+ 默认接口请求频率限制:5次/秒。
208
+ */
206
209
  MixedInvoiceDetect(req: MixedInvoiceDetectRequest, cb?: (error: string, rep: MixedInvoiceDetectResponse) => void): Promise<MixedInvoiceDetectResponse>;
207
210
  /**
208
211
  * 本接口支持识别轮船票的发票代码、发票号码、日期、姓名、票价、始发地、目的地、姓名、时间、发票消费类型、省、市、币种字段。
@@ -241,6 +244,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
241
244
  /**
242
245
  * 本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。
243
246
  目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。
247
+
248
+ 默认接口请求频率限制:5次/秒。
244
249
  */
245
250
  PropOwnerCertOCR(req: PropOwnerCertOCRRequest, cb?: (error: string, rep: PropOwnerCertOCRResponse) => void): Promise<PropOwnerCertOCRResponse>;
246
251
  /**
@@ -284,8 +289,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
284
289
  */
285
290
  GetTaskState(req: GetTaskStateRequest, cb?: (error: string, rep: GetTaskStateResponse) => void): Promise<GetTaskStateResponse>;
286
291
  /**
287
- * 本接口支持网约车行程单关键字段的识别,包括行程起止日期、上车时间、起点、终点、里程、金额等字段。
288
- */
292
+ * 本接口支持网约车行程单关键字段的识别,包括行程起止日期、上车时间、起点、终点、里程、金额等字段。
293
+
294
+ 默认接口请求频率限制:20次/秒。
295
+ */
289
296
  RecognizeOnlineTaxiItineraryOCR(req: RecognizeOnlineTaxiItineraryOCRRequest, cb?: (error: string, rep: RecognizeOnlineTaxiItineraryOCRResponse) => void): Promise<RecognizeOnlineTaxiItineraryOCRResponse>;
290
297
  /**
291
298
  * 本接口支持中国香港身份证人像面中关键字段的识别,包括中文姓名、英文姓名、姓名电码、出生日期、性别、证件符号、首次签发日期、最近领用日期、身份证号、是否是永久性居民身份证;具备防伪识别、人像照片裁剪等扩展功能。
@@ -294,8 +301,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
294
301
  */
295
302
  HKIDCardOCR(req: HKIDCardOCRRequest, cb?: (error: string, rep: HKIDCardOCRResponse) => void): Promise<HKIDCardOCRResponse>;
296
303
  /**
297
- * 本接口支持中英文图片/ PDF内常规表格、无线表格、多表格的检测和识别,支持日文有线表格识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。
298
- */
304
+ * 本接口支持中英文图片/ PDF内常规表格、无线表格、多表格的检测和识别,支持日文有线表格识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。
305
+
306
+ 默认接口请求频率限制:10次/秒。
307
+ */
299
308
  RecognizeTableOCR(req: RecognizeTableOCRRequest, cb?: (error: string, rep: RecognizeTableOCRResponse) => void): Promise<RecognizeTableOCRResponse>;
300
309
  /**
301
310
  * 本接口可创建智能表单录入任务,支持多个识别图片和PDF的URL上传,返回含有识别内容的操作页面URL。
@@ -376,20 +385,26 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
376
385
  */
377
386
  GeneralBasicOCR(req: GeneralBasicOCRRequest, cb?: (error: string, rep: GeneralBasicOCRResponse) => void): Promise<GeneralBasicOCRResponse>;
378
387
  /**
379
- * 本接口支持对卡式港澳台通行证的识别,包括签发地点、签发机关、有效期限、性别、出生日期、英文姓名、姓名、证件号等字段。
380
- */
388
+ * 本接口支持对卡式港澳台通行证的识别,包括签发地点、签发机关、有效期限、性别、出生日期、英文姓名、姓名、证件号等字段。
389
+
390
+ 默认接口请求频率限制:10次/秒。
391
+ */
381
392
  PermitOCR(req: PermitOCRRequest, cb?: (error: string, rep: PermitOCRResponse) => void): Promise<PermitOCRResponse>;
382
393
  /**
383
- * 本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。
384
- */
394
+ * 本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。
395
+
396
+ 默认接口请求频率限制:5次/秒。
397
+ */
385
398
  OrgCodeCertOCR(req: OrgCodeCertOCRRequest, cb?: (error: string, rep: OrgCodeCertOCRResponse) => void): Promise<OrgCodeCertOCRResponse>;
386
399
  /**
387
400
  * 本接口通过检测图片中的文字信息特征,快速判断图片中有无文字并返回判断结果,帮助用户过滤无文字的图片。
388
401
  */
389
402
  TextDetect(req: TextDetectRequest, cb?: (error: string, rep: TextDetectResponse) => void): Promise<TextDetectResponse>;
390
403
  /**
391
- * 本接口支持常见银行票据的自动分类和识别。切片识别包括金融行业常见票据的重要切片字段识别,包括金额、账号、日期、凭证号码等。(金融票据切片:金融票据中待识别字段及其周围局部区域的裁剪图像。)
392
- */
404
+ * 本接口支持常见银行票据的自动分类和识别。切片识别包括金融行业常见票据的重要切片字段识别,包括金额、账号、日期、凭证号码等。(金融票据切片:金融票据中待识别字段及其周围局部区域的裁剪图像。)
405
+
406
+ 默认接口请求频率限制:5次/秒。
407
+ */
393
408
  FinanBillSliceOCR(req: FinanBillSliceOCRRequest, cb?: (error: string, rep: FinanBillSliceOCRResponse) => void): Promise<FinanBillSliceOCRResponse>;
394
409
  /**
395
410
  * 库源服务调整,该接口在2023年6月1日将正式下线。
@@ -420,12 +435,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
420
435
 
421
436
  本接口支持图片内表格文档的检测和识别,返回每个单元格的文字内容,支持将识别结果保存为 Excel 格式。
422
437
 
423
-
438
+ 默认接口请求频率限制:10次/秒。
424
439
  */
425
440
  TableOCR(req: TableOCRRequest, cb?: (error: string, rep: TableOCRResponse) => void): Promise<TableOCRResponse>;
426
441
  /**
427
- * 本接口支持网约车驾驶证关键字段的识别,包括姓名、证号、起始日期、截止日期、发证日期。
428
- */
442
+ * 本接口支持网约车驾驶证关键字段的识别,包括姓名、证号、起始日期、截止日期、发证日期。
443
+
444
+ 默认接口请求频率限制:5次/秒。
445
+ */
429
446
  RideHailingDriverLicenseOCR(req: RideHailingDriverLicenseOCRRequest, cb?: (error: string, rep: RideHailingDriverLicenseOCRResponse) => void): Promise<RideHailingDriverLicenseOCRResponse>;
430
447
  /**
431
448
  * 港澳台居住证OCR支持港澳台居住证正反面全字段内容检测识别功能,包括姓名、性别、出生日期、地址、身份证ID、签发机关、有效期限、签发次数、通行证号码关键字段识别。可以应用于港澳台居住证信息有效性校验场景,例如银行开户、用户注册等场景。
@@ -560,8 +577,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
560
577
  */
561
578
  AdvertiseOCR(req: AdvertiseOCRRequest, cb?: (error: string, rep: AdvertiseOCRResponse) => void): Promise<AdvertiseOCRResponse>;
562
579
  /**
563
- * 本接口支持国内机动车登记证书主要字段的结构化识别,包括机动车所有人、身份证明名称、号码、车辆型号、车辆识别代号、发动机号、制造厂名称等。
564
- */
580
+ * 本接口支持国内机动车登记证书主要字段的结构化识别,包括机动车所有人、身份证明名称、号码、车辆型号、车辆识别代号、发动机号、制造厂名称等。
581
+
582
+ 默认接口请求频率限制:5次/秒。
583
+ */
565
584
  VehicleRegCertOCR(req: VehicleRegCertOCRRequest, cb?: (error: string, rep: VehicleRegCertOCRResponse) => void): Promise<VehicleRegCertOCRResponse>;
566
585
  /**
567
586
  * 本接口支持通信大数据行程卡识别,包括行程卡颜色、更新时间、途经地、存在中高风险地区的城市、电话号码,五个字段的识别结果输出。
@@ -582,8 +601,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
582
601
  */
583
602
  EnglishOCR(req: EnglishOCRRequest, cb?: (error: string, rep: EnglishOCRResponse) => void): Promise<EnglishOCRResponse>;
584
603
  /**
585
- * 本接口支持居民户口簿户主页及成员页关键字段的识别,包括姓名、户别、地址、籍贯、身份证号码等。
586
- */
604
+ * 本接口支持居民户口簿户主页及成员页关键字段的识别,包括姓名、户别、地址、籍贯、身份证号码等。
605
+
606
+ 默认接口请求频率限制:5次/秒。
607
+ */
587
608
  ResidenceBookletOCR(req: ResidenceBookletOCRRequest, cb?: (error: string, rep: ResidenceBookletOCRResponse) => void): Promise<ResidenceBookletOCRResponse>;
588
609
  /**
589
610
  * 本接口支持对中国大陆主流银行卡正反面关键字段的检测与识别,包括卡号、卡类型、卡名字、银行信息、有效期。支持竖排异形卡识别、多角度旋转图片识别。支持对复印件、翻拍件、边框遮挡的银行卡进行告警,可应用于各种银行卡信息有效性校验场景,如金融行业身份认证、第三方支付绑卡等场景。
@@ -610,8 +631,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
610
631
  */
611
632
  DriverLicenseOCR(req: DriverLicenseOCRRequest, cb?: (error: string, rep: DriverLicenseOCRResponse) => void): Promise<DriverLicenseOCRResponse>;
612
633
  /**
613
- * 智能识别并结构化港澳台居民来往内地通行证正面全部字段,包含中文姓名、英文姓名、性别、出生日期、签发机关、有效期限、证件号、签发地点、签发次数、证件类别。
614
- */
634
+ * 智能识别并结构化港澳台居民来往内地通行证正面全部字段,包含中文姓名、英文姓名、性别、出生日期、签发机关、有效期限、证件号、签发地点、签发次数、证件类别。
635
+
636
+ 默认接口请求频率限制:20次/秒。
637
+ */
615
638
  MainlandPermitOCR(req: MainlandPermitOCRRequest, cb?: (error: string, rep: MainlandPermitOCRResponse) => void): Promise<MainlandPermitOCRResponse>;
616
639
  /**
617
640
  * 本接口支持识别主流初高中数学符号和公式,返回公式的 Latex 格式文本。
@@ -620,8 +643,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
620
643
  */
621
644
  FormulaOCR(req: FormulaOCRRequest, cb?: (error: string, rep: FormulaOCRResponse) => void): Promise<FormulaOCRResponse>;
622
645
  /**
623
- * 本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。
624
- */
646
+ * 本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。
647
+
648
+ 默认接口请求频率限制:10次/秒。
649
+ */
625
650
  PassportOCR(req: PassportOCRRequest, cb?: (error: string, rep: PassportOCRResponse) => void): Promise<PassportOCRResponse>;
626
651
  /**
627
652
  * 库源服务调整,该接口在2023年6月1日将正式下线。
@@ -671,7 +696,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
671
696
  EduPaperOCR(req: EduPaperOCRRequest, cb?: (error: string, rep: EduPaperOCRResponse) => void): Promise<EduPaperOCRResponse>;
672
697
  /**
673
698
  * 本接口支持网约车运输证关键字段的识别,包括交运管许可字号、车辆所有人、车辆号牌、起始日期、截止日期、发证日期。
674
-
699
+
700
+ 默认接口请求频率限制:5次/秒。
675
701
  */
676
702
  RideHailingTransportLicenseOCR(req: RideHailingTransportLicenseOCRRequest, cb?: (error: string, rep: RideHailingTransportLicenseOCRResponse) => void): Promise<RideHailingTransportLicenseOCRResponse>;
677
703
  /**
@@ -157,8 +157,10 @@ class Client extends TencentCloudCommon.AbstractClient {
157
157
  return this.request("VatInvoiceVerifyNew", req, cb);
158
158
  }
159
159
  /**
160
- * 本接口支持条形码和二维码的识别(包括 DataMatrix 和 PDF417)。
161
- */
160
+ * 本接口支持条形码和二维码的识别(包括 DataMatrix 和 PDF417)。
161
+
162
+ 默认接口请求频率限制:5次/秒。
163
+ */
162
164
  async QrcodeOCR(req, cb) {
163
165
  return this.request("QrcodeOCR", req, cb);
164
166
  }
@@ -240,7 +242,7 @@ class Client extends TencentCloudCommon.AbstractClient {
240
242
  }
241
243
  /**
242
244
  * 本接口支持集装箱箱门信息识别,识别字段包括集装箱箱号、类型、总重量、有效承重、容量、自身重量,具备集装箱箱号、类型不完整或者不清晰的告警功能。
243
-
245
+ 默认接口请求频率限制:5次/秒。
244
246
  */
245
247
  async RecognizeContainerOCR(req, cb) {
246
248
  return this.request("RecognizeContainerOCR", req, cb);
@@ -252,8 +254,9 @@ class Client extends TencentCloudCommon.AbstractClient {
252
254
  return this.request("RecognizeTableAccurateOCR", req, cb);
253
255
  }
254
256
  /**
255
- * 本接口支持多张、多类型票据的混合检测和自动分类,返回对应票据类型。目前已支持增值税发票、增值税发票(卷票)、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票、酒店账单、客运限额发票、购物小票、完税证明共15种票据。
256
- */
257
+ * 本接口支持多张、多类型票据的混合检测和自动分类,返回对应票据类型。目前已支持增值税发票、增值税发票(卷票)、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票、酒店账单、客运限额发票、购物小票、完税证明共15种票据。
258
+ 默认接口请求频率限制:5次/秒。
259
+ */
257
260
  async MixedInvoiceDetect(req, cb) {
258
261
  return this.request("MixedInvoiceDetect", req, cb);
259
262
  }
@@ -306,6 +309,8 @@ class Client extends TencentCloudCommon.AbstractClient {
306
309
  /**
307
310
  * 本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。
308
311
  目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。
312
+
313
+ 默认接口请求频率限制:5次/秒。
309
314
  */
310
315
  async PropOwnerCertOCR(req, cb) {
311
316
  return this.request("PropOwnerCertOCR", req, cb);
@@ -365,8 +370,10 @@ class Client extends TencentCloudCommon.AbstractClient {
365
370
  return this.request("GetTaskState", req, cb);
366
371
  }
367
372
  /**
368
- * 本接口支持网约车行程单关键字段的识别,包括行程起止日期、上车时间、起点、终点、里程、金额等字段。
369
- */
373
+ * 本接口支持网约车行程单关键字段的识别,包括行程起止日期、上车时间、起点、终点、里程、金额等字段。
374
+
375
+ 默认接口请求频率限制:20次/秒。
376
+ */
370
377
  async RecognizeOnlineTaxiItineraryOCR(req, cb) {
371
378
  return this.request("RecognizeOnlineTaxiItineraryOCR", req, cb);
372
379
  }
@@ -379,8 +386,10 @@ class Client extends TencentCloudCommon.AbstractClient {
379
386
  return this.request("HKIDCardOCR", req, cb);
380
387
  }
381
388
  /**
382
- * 本接口支持中英文图片/ PDF内常规表格、无线表格、多表格的检测和识别,支持日文有线表格识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。
383
- */
389
+ * 本接口支持中英文图片/ PDF内常规表格、无线表格、多表格的检测和识别,支持日文有线表格识别,返回每个单元格的文字内容,支持旋转的表格图片识别,且支持将识别结果保存为 Excel 格式。
390
+
391
+ 默认接口请求频率限制:10次/秒。
392
+ */
384
393
  async RecognizeTableOCR(req, cb) {
385
394
  return this.request("RecognizeTableOCR", req, cb);
386
395
  }
@@ -469,14 +478,18 @@ class Client extends TencentCloudCommon.AbstractClient {
469
478
  return this.request("GeneralBasicOCR", req, cb);
470
479
  }
471
480
  /**
472
- * 本接口支持对卡式港澳台通行证的识别,包括签发地点、签发机关、有效期限、性别、出生日期、英文姓名、姓名、证件号等字段。
473
- */
481
+ * 本接口支持对卡式港澳台通行证的识别,包括签发地点、签发机关、有效期限、性别、出生日期、英文姓名、姓名、证件号等字段。
482
+
483
+ 默认接口请求频率限制:10次/秒。
484
+ */
474
485
  async PermitOCR(req, cb) {
475
486
  return this.request("PermitOCR", req, cb);
476
487
  }
477
488
  /**
478
- * 本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。
479
- */
489
+ * 本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。
490
+
491
+ 默认接口请求频率限制:5次/秒。
492
+ */
480
493
  async OrgCodeCertOCR(req, cb) {
481
494
  return this.request("OrgCodeCertOCR", req, cb);
482
495
  }
@@ -487,8 +500,10 @@ class Client extends TencentCloudCommon.AbstractClient {
487
500
  return this.request("TextDetect", req, cb);
488
501
  }
489
502
  /**
490
- * 本接口支持常见银行票据的自动分类和识别。切片识别包括金融行业常见票据的重要切片字段识别,包括金额、账号、日期、凭证号码等。(金融票据切片:金融票据中待识别字段及其周围局部区域的裁剪图像。)
491
- */
503
+ * 本接口支持常见银行票据的自动分类和识别。切片识别包括金融行业常见票据的重要切片字段识别,包括金额、账号、日期、凭证号码等。(金融票据切片:金融票据中待识别字段及其周围局部区域的裁剪图像。)
504
+
505
+ 默认接口请求频率限制:5次/秒。
506
+ */
492
507
  async FinanBillSliceOCR(req, cb) {
493
508
  return this.request("FinanBillSliceOCR", req, cb);
494
509
  }
@@ -529,14 +544,16 @@ class Client extends TencentCloudCommon.AbstractClient {
529
544
 
530
545
  本接口支持图片内表格文档的检测和识别,返回每个单元格的文字内容,支持将识别结果保存为 Excel 格式。
531
546
 
532
-
547
+ 默认接口请求频率限制:10次/秒。
533
548
  */
534
549
  async TableOCR(req, cb) {
535
550
  return this.request("TableOCR", req, cb);
536
551
  }
537
552
  /**
538
- * 本接口支持网约车驾驶证关键字段的识别,包括姓名、证号、起始日期、截止日期、发证日期。
539
- */
553
+ * 本接口支持网约车驾驶证关键字段的识别,包括姓名、证号、起始日期、截止日期、发证日期。
554
+
555
+ 默认接口请求频率限制:5次/秒。
556
+ */
540
557
  async RideHailingDriverLicenseOCR(req, cb) {
541
558
  return this.request("RideHailingDriverLicenseOCR", req, cb);
542
559
  }
@@ -697,8 +714,10 @@ class Client extends TencentCloudCommon.AbstractClient {
697
714
  return this.request("AdvertiseOCR", req, cb);
698
715
  }
699
716
  /**
700
- * 本接口支持国内机动车登记证书主要字段的结构化识别,包括机动车所有人、身份证明名称、号码、车辆型号、车辆识别代号、发动机号、制造厂名称等。
701
- */
717
+ * 本接口支持国内机动车登记证书主要字段的结构化识别,包括机动车所有人、身份证明名称、号码、车辆型号、车辆识别代号、发动机号、制造厂名称等。
718
+
719
+ 默认接口请求频率限制:5次/秒。
720
+ */
702
721
  async VehicleRegCertOCR(req, cb) {
703
722
  return this.request("VehicleRegCertOCR", req, cb);
704
723
  }
@@ -727,8 +746,10 @@ class Client extends TencentCloudCommon.AbstractClient {
727
746
  return this.request("EnglishOCR", req, cb);
728
747
  }
729
748
  /**
730
- * 本接口支持居民户口簿户主页及成员页关键字段的识别,包括姓名、户别、地址、籍贯、身份证号码等。
731
- */
749
+ * 本接口支持居民户口簿户主页及成员页关键字段的识别,包括姓名、户别、地址、籍贯、身份证号码等。
750
+
751
+ 默认接口请求频率限制:5次/秒。
752
+ */
732
753
  async ResidenceBookletOCR(req, cb) {
733
754
  return this.request("ResidenceBookletOCR", req, cb);
734
755
  }
@@ -763,8 +784,10 @@ class Client extends TencentCloudCommon.AbstractClient {
763
784
  return this.request("DriverLicenseOCR", req, cb);
764
785
  }
765
786
  /**
766
- * 智能识别并结构化港澳台居民来往内地通行证正面全部字段,包含中文姓名、英文姓名、性别、出生日期、签发机关、有效期限、证件号、签发地点、签发次数、证件类别。
767
- */
787
+ * 智能识别并结构化港澳台居民来往内地通行证正面全部字段,包含中文姓名、英文姓名、性别、出生日期、签发机关、有效期限、证件号、签发地点、签发次数、证件类别。
788
+
789
+ 默认接口请求频率限制:20次/秒。
790
+ */
768
791
  async MainlandPermitOCR(req, cb) {
769
792
  return this.request("MainlandPermitOCR", req, cb);
770
793
  }
@@ -777,8 +800,10 @@ class Client extends TencentCloudCommon.AbstractClient {
777
800
  return this.request("FormulaOCR", req, cb);
778
801
  }
779
802
  /**
780
- * 本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。
781
- */
803
+ * 本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。
804
+
805
+ 默认接口请求频率限制:10次/秒。
806
+ */
782
807
  async PassportOCR(req, cb) {
783
808
  return this.request("PassportOCR", req, cb);
784
809
  }
@@ -846,7 +871,8 @@ class Client extends TencentCloudCommon.AbstractClient {
846
871
  }
847
872
  /**
848
873
  * 本接口支持网约车运输证关键字段的识别,包括交运管许可字号、车辆所有人、车辆号牌、起始日期、截止日期、发证日期。
849
-
874
+
875
+ 默认接口请求频率限制:5次/秒。
850
876
  */
851
877
  async RideHailingTransportLicenseOCR(req, cb) {
852
878
  return this.request("RideHailingTransportLicenseOCR", req, cb);
@@ -38,7 +38,7 @@ export interface RecognizeOnlineTaxiItineraryOCRResponse {
38
38
  /**
39
39
  * 网约车行程单识别结果,具体内容请点击左侧链接。
40
40
  */
41
- OnlineTaxiItineraryInfos: Array<OnlineTaxiItineraryInfo>;
41
+ OnlineTaxiItineraryInfos?: Array<OnlineTaxiItineraryInfo>;
42
42
  /**
43
43
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
44
44
  */
@@ -805,35 +805,35 @@ export interface PermitOCRResponse {
805
805
  /**
806
806
  * 姓名
807
807
  */
808
- Name: string;
808
+ Name?: string;
809
809
  /**
810
810
  * 英文姓名
811
811
  */
812
- EnglishName: string;
812
+ EnglishName?: string;
813
813
  /**
814
814
  * 证件号
815
815
  */
816
- Number: string;
816
+ Number?: string;
817
817
  /**
818
818
  * 性别
819
819
  */
820
- Sex: string;
820
+ Sex?: string;
821
821
  /**
822
822
  * 有效期限
823
823
  */
824
- ValidDate: string;
824
+ ValidDate?: string;
825
825
  /**
826
826
  * 签发机关
827
827
  */
828
- IssueAuthority: string;
828
+ IssueAuthority?: string;
829
829
  /**
830
830
  * 签发地点
831
831
  */
832
- IssueAddress: string;
832
+ IssueAddress?: string;
833
833
  /**
834
834
  * 出生日期
835
835
  */
836
- Birthday: string;
836
+ Birthday?: string;
837
837
  /**
838
838
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
839
839
  */
@@ -1444,11 +1444,11 @@ export interface QrcodeOCRResponse {
1444
1444
  /**
1445
1445
  * 二维码/条形码识别结果信息,具体内容请点击左侧链接。
1446
1446
  */
1447
- CodeResults: Array<QrcodeResultsInfo>;
1447
+ CodeResults?: Array<QrcodeResultsInfo>;
1448
1448
  /**
1449
1449
  * 图片大小,具体内容请点击左侧链接。
1450
1450
  */
1451
- ImgSize: QrcodeImgSize;
1451
+ ImgSize?: QrcodeImgSize;
1452
1452
  /**
1453
1453
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1454
1454
  */
@@ -1664,27 +1664,27 @@ export interface PropOwnerCertOCRResponse {
1664
1664
  /**
1665
1665
  * 房地产权利人
1666
1666
  */
1667
- Owner: string;
1667
+ Owner?: string;
1668
1668
  /**
1669
1669
  * 共有情况
1670
1670
  */
1671
- Possession: string;
1671
+ Possession?: string;
1672
1672
  /**
1673
1673
  * 登记时间
1674
1674
  */
1675
- RegisterTime: string;
1675
+ RegisterTime?: string;
1676
1676
  /**
1677
1677
  * 规划用途
1678
1678
  */
1679
- Purpose: string;
1679
+ Purpose?: string;
1680
1680
  /**
1681
1681
  * 房屋性质
1682
1682
  */
1683
- Nature: string;
1683
+ Nature?: string;
1684
1684
  /**
1685
1685
  * 房地坐落
1686
1686
  */
1687
- Location: string;
1687
+ Location?: string;
1688
1688
  /**
1689
1689
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1690
1690
  */
@@ -2022,7 +2022,7 @@ export interface MixedInvoiceDetectResponse {
2022
2022
  /**
2023
2023
  * 检测出的票据类型列表,具体内容请点击左侧链接。
2024
2024
  */
2025
- InvoiceDetectInfos: Array<InvoiceDetectInfo>;
2025
+ InvoiceDetectInfos?: Array<InvoiceDetectInfo>;
2026
2026
  /**
2027
2027
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2028
2028
  */
@@ -2729,19 +2729,19 @@ export interface OrgCodeCertOCRResponse {
2729
2729
  /**
2730
2730
  * 代码
2731
2731
  */
2732
- OrgCode: string;
2732
+ OrgCode?: string;
2733
2733
  /**
2734
2734
  * 机构名称
2735
2735
  */
2736
- Name: string;
2736
+ Name?: string;
2737
2737
  /**
2738
2738
  * 地址
2739
2739
  */
2740
- Address: string;
2740
+ Address?: string;
2741
2741
  /**
2742
2742
  * 有效期
2743
2743
  */
2744
- ValidDate: string;
2744
+ ValidDate?: string;
2745
2745
  /**
2746
2746
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2747
2747
  */
@@ -4299,14 +4299,14 @@ export interface FinanBillSliceOCRRequest {
4299
4299
  /**
4300
4300
  * 图片的 Base64 值。
4301
4301
  支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
4302
- 支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。
4302
+ 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
4303
4303
  图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
4304
4304
  */
4305
4305
  ImageBase64?: string;
4306
4306
  /**
4307
4307
  * 图片的 Url 地址。
4308
4308
  支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
4309
- 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
4309
+ 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
4310
4310
  图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
4311
4311
  非腾讯云存储的 Url 速度和稳定性可能受一定影响。
4312
4312
  */
@@ -5116,7 +5116,7 @@ export interface VehicleRegCertOCRResponse {
5116
5116
  /**
5117
5117
  * 机动车登记证书识别结果,具体内容请点击左侧链接。
5118
5118
  */
5119
- VehicleRegCertInfos: Array<VehicleRegCertInfo>;
5119
+ VehicleRegCertInfos?: Array<VehicleRegCertInfo>;
5120
5120
  /**
5121
5121
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5122
5122
  */
@@ -5546,47 +5546,47 @@ export interface MainlandPermitOCRResponse {
5546
5546
  /**
5547
5547
  * 中文姓名
5548
5548
  */
5549
- Name: string;
5549
+ Name?: string;
5550
5550
  /**
5551
5551
  * 英文姓名
5552
5552
  */
5553
- EnglishName: string;
5553
+ EnglishName?: string;
5554
5554
  /**
5555
5555
  * 性别
5556
5556
  */
5557
- Sex: string;
5557
+ Sex?: string;
5558
5558
  /**
5559
5559
  * 出生日期
5560
5560
  */
5561
- Birthday: string;
5561
+ Birthday?: string;
5562
5562
  /**
5563
5563
  * 签发机关
5564
5564
  */
5565
- IssueAuthority: string;
5565
+ IssueAuthority?: string;
5566
5566
  /**
5567
5567
  * 有效期限
5568
5568
  */
5569
- ValidDate: string;
5569
+ ValidDate?: string;
5570
5570
  /**
5571
5571
  * 证件号
5572
5572
  */
5573
- Number: string;
5573
+ Number?: string;
5574
5574
  /**
5575
5575
  * 签发地点
5576
5576
  */
5577
- IssueAddress: string;
5577
+ IssueAddress?: string;
5578
5578
  /**
5579
5579
  * 签发次数
5580
5580
  */
5581
- IssueNumber: string;
5581
+ IssueNumber?: string;
5582
5582
  /**
5583
5583
  * 证件类别, 如:台湾居民来往大陆通行证、港澳居民来往内地通行证。
5584
5584
  */
5585
- Type: string;
5585
+ Type?: string;
5586
5586
  /**
5587
5587
  * RetProfile为True时返回头像字段, Base64编码
5588
5588
  */
5589
- Profile: string;
5589
+ Profile?: string;
5590
5590
  /**
5591
5591
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5592
5592
  */