tencentcloud-sdk-nodejs-ocr 4.1.94 → 4.1.99

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.1.94",
3
+ "version": "4.1.99",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -454,7 +454,7 @@ export interface ExtractDocMultiRequest {
454
454
  /**
455
455
  * 配置id支持:
456
456
  General -- 通用场景
457
- InvoiceEng -- 国际invoice模版
457
+ InvoiceEng -- 国际invoice模板
458
458
  WayBillEng --海运订单模板
459
459
  CustomsDeclaration -- 进出口报关单
460
460
  WeightNote -- 磅单
@@ -464,12 +464,12 @@ export interface ExtractDocMultiRequest {
464
464
  Statement -- 对账单识别模板
465
465
  BookingConfirmation -- 配舱通知书识别模板
466
466
  AirWayBill -- 航空运单识别模板
467
- Table -- 表格模版
467
+ Table -- 表格模板
468
468
  SteelLabel -- 实物标签识别模板
469
469
  CarInsurance -- 车辆保险单识别模板
470
470
  MultiRealEstateCertificate -- 房产材料识别模板
471
471
  MultiRealEstateMaterial -- 房产证明识别模板
472
- HongKongUtilityBill -- 香港水电煤单识别模板
472
+ HongKongUtilityBill -- 中国香港水电煤单识别模板
473
473
  */
474
474
  ConfigId?: string;
475
475
  /**
@@ -481,7 +481,7 @@ export interface ExtractDocMultiRequest {
481
481
  */
482
482
  OutputParentKey?: boolean;
483
483
  /**
484
- * 模版的单个属性配置
484
+ * 模板的单个属性配置
485
485
  */
486
486
  ConfigAdvanced?: ConfigAdvanced;
487
487
  /**
@@ -627,7 +627,7 @@ export interface ExtractDocMultiProRequest {
627
627
  */
628
628
  OutputParentKey?: boolean;
629
629
  /**
630
- * 模版的单个属性配置
630
+ * 模板的单个属性配置
631
631
  */
632
632
  ConfigAdvanced?: ConfigAdvanced;
633
633
  }
@@ -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返回参数结构体
@@ -3852,7 +3856,7 @@ export interface ExtractDocBasicRequest {
3852
3856
  RideHailingTransportLicense -- 网约车运输证
3853
3857
  WayBill -- 快递运单
3854
3858
  AccountOpeningPermit -- 银行开户许可证
3855
- InvoiceEng -- 海外发票模版
3859
+ InvoiceEng -- 国际发票模板
3856
3860
  Coin --钱币识别模板
3857
3861
  OnboardingDocuments -- 入职材料识别
3858
3862
  PropertyOwnershipCertificate -- 房产证识别
@@ -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
  * 完税凭证
@@ -6510,6 +6520,10 @@ export interface GeneralAccurateOCRRequest {
6510
6520
  * 文本检测开关,默认为true。设置为false可直接进行单行识别,适用于仅包含正向单行文本的图片场景。
6511
6521
  */
6512
6522
  EnableDetectText?: boolean;
6523
+ /**
6524
+ * 配置ID支持: OCR -- 通用场景 MulOCR--多语种场景
6525
+ */
6526
+ ConfigID?: string;
6513
6527
  }
6514
6528
  /**
6515
6529
  * OrgCodeCertOCR请求参数结构体
@@ -7544,12 +7558,12 @@ export interface HandwritingEssayOCRRequest {
7544
7558
  PdfPageNumber?: number;
7545
7559
  /**
7546
7560
  * 配置id支持:
7547
- ArticleRecognize -- 手写作文模版
7561
+ ArticleRecognize -- 手写作文模板
7548
7562
  默认:ArticleRecognize
7549
7563
  */
7550
7564
  ConfigId?: string;
7551
7565
  /**
7552
- * 模版的单个属性配置
7566
+ * 模板的单个属性配置
7553
7567
  */
7554
7568
  Scene?: string;
7555
7569
  }