tencentcloud-sdk-nodejs-ocr 4.1.14 → 4.1.15

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.14",
3
+ "version": "4.1.15",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -128,7 +128,7 @@ export interface InvoiceItem {
128
128
  */
129
129
  Polygon?: Polygon;
130
130
  /**
131
- * 识别出的图片在混贴票据图片中的旋转角度。
131
+ * 识别出切图后各图片的旋转角度。
132
132
  */
133
133
  Angle?: number;
134
134
  /**