tencentcloud-sdk-nodejs-ocr 4.1.106 → 4.1.109

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.106",
3
+ "version": "4.1.109",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1308,6 +1308,10 @@ export interface QuestionSplitOCRRequest {
1308
1308
  * 是否只返回检测框,默认false
1309
1309
  */
1310
1310
  EnableOnlyDetectBorder?: boolean;
1311
+ /**
1312
+ * false: 使用当前默认模型 true: 使用新的多模态推理模型,速度更快推理效果更强,仅 `EnableOnlyDetectBorder` 为 `true` 时生效,公测中
1313
+ */
1314
+ UseNewModel?: boolean;
1311
1315
  }
1312
1316
  /**
1313
1317
  * FlightInvoiceOCR请求参数结构体
@@ -10929,6 +10933,10 @@ export interface BizLicenseOCRResponse {
10929
10933
  * 非营业执照的营业类证件识别结果,将以结构化形式呈现。
10930
10934
  */
10931
10935
  BusinessCertificate?: Array<BusinessCertificateInfo>;
10936
+ /**
10937
+ * 重要提示字段
10938
+ */
10939
+ Important?: string;
10932
10940
  /**
10933
10941
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10934
10942
  */