tencentcloud-sdk-nodejs-ocr 4.1.98 → 4.1.100

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.98",
3
+ "version": "4.1.100",
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
  }
@@ -3856,7 +3856,7 @@ export interface ExtractDocBasicRequest {
3856
3856
  RideHailingTransportLicense -- 网约车运输证
3857
3857
  WayBill -- 快递运单
3858
3858
  AccountOpeningPermit -- 银行开户许可证
3859
- InvoiceEng -- 海外发票模版
3859
+ InvoiceEng -- 国际发票模板
3860
3860
  Coin --钱币识别模板
3861
3861
  OnboardingDocuments -- 入职材料识别
3862
3862
  PropertyOwnershipCertificate -- 房产证识别
@@ -6273,6 +6273,10 @@ export interface VatElectronicInfo {
6273
6273
  * 是否有公司印章(0:没有,1:有)
6274
6274
  */
6275
6275
  CompanySealMark?: number;
6276
+ /**
6277
+ * 全电类型的多页pdf票据中,支持输出票面页码:当前第几页,一共第几页。
6278
+ */
6279
+ InvoicePageIndex?: string;
6276
6280
  }
6277
6281
  /**
6278
6282
  * RecognizeValidIDCardOCR返回参数结构体
@@ -6520,6 +6524,10 @@ export interface GeneralAccurateOCRRequest {
6520
6524
  * 文本检测开关,默认为true。设置为false可直接进行单行识别,适用于仅包含正向单行文本的图片场景。
6521
6525
  */
6522
6526
  EnableDetectText?: boolean;
6527
+ /**
6528
+ * 配置ID支持: OCR -- 通用场景 MulOCR--多语种场景
6529
+ */
6530
+ ConfigID?: string;
6523
6531
  }
6524
6532
  /**
6525
6533
  * OrgCodeCertOCR请求参数结构体
@@ -7554,12 +7562,12 @@ export interface HandwritingEssayOCRRequest {
7554
7562
  PdfPageNumber?: number;
7555
7563
  /**
7556
7564
  * 配置id支持:
7557
- ArticleRecognize -- 手写作文模版
7565
+ ArticleRecognize -- 手写作文模板
7558
7566
  默认:ArticleRecognize
7559
7567
  */
7560
7568
  ConfigId?: string;
7561
7569
  /**
7562
- * 模版的单个属性配置
7570
+ * 模板的单个属性配置
7563
7571
  */
7564
7572
  Scene?: string;
7565
7573
  }