tencentcloud-sdk-nodejs-ocr 4.1.153 → 4.1.154

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.153",
3
+ "version": "4.1.154",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3663,6 +3663,22 @@ export interface ElectronicAirTransport {
3663
3663
  注意:此字段可能返回 null,表示取不到有效值。
3664
3664
  */
3665
3665
  ElectronicAirTransportDetails?: Array<ElectronicAirTransportDetail>;
3666
+ /**
3667
+ * 票价
3668
+ */
3669
+ Fare?: string;
3670
+ /**
3671
+ * 燃油附加费
3672
+ */
3673
+ FuelSurcharge?: string;
3674
+ /**
3675
+ * 增值税税额
3676
+ */
3677
+ TaxAmount?: string;
3678
+ /**
3679
+ * 民航发展基金
3680
+ */
3681
+ DevelopmentFund?: string;
3666
3682
  }
3667
3683
  /**
3668
3684
  * ClassifyDetectOCR请求参数结构体
@@ -3805,6 +3821,7 @@ export interface ExtractDocBasicRequest {
3805
3821
  /**
3806
3822
  * 配置id支持:
3807
3823
  General -- 通用场景
3824
+ GeneralNoDate -- 无后处理日期格式模版
3808
3825
  OnlineTaxiItinerary -- 网约车行程单
3809
3826
  RideHailingDriverLicense -- 网约车驾驶证
3810
3827
  RideHailingTransportLicense -- 网约车运输证
@@ -8873,7 +8890,7 @@ export interface RecognizeTableAccurateOCRResponse {
8873
8890
  */
8874
8891
  PdfPageSize?: number;
8875
8892
  /**
8876
- * 图片旋转角度(角度制),文本的水平方向为0°,统一以逆时针方向旋转,逆时针为负,角度范围为-360°至0°。
8893
+ * 图片旋转角度(角度制),文本的水平方向为0°。
8877
8894
  注意:此字段可能返回 null,表示取不到有效值。
8878
8895
  */
8879
8896
  Angle?: number;