tencentcloud-sdk-nodejs-ocr 4.1.116 → 4.1.118

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.116",
3
+ "version": "4.1.118",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -443,7 +443,7 @@ export interface ExtractDocMultiRequest {
443
443
  ItemNames?: Array<string>;
444
444
  /**
445
445
  * true:仅输出自定义字段
446
- flase:输出默认字段+自定义字段
446
+ false:输出默认字段+自定义字段
447
447
  默认true
448
448
  */
449
449
  ItemNamesShowMode?: boolean;