tencentcloud-sdk-nodejs-ocr 4.1.115 → 4.1.117
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
@@ -443,7 +443,7 @@ export interface ExtractDocMultiRequest {
|
|
443
443
|
ItemNames?: Array<string>;
|
444
444
|
/**
|
445
445
|
* true:仅输出自定义字段
|
446
|
-
|
446
|
+
false:输出默认字段+自定义字段
|
447
447
|
默认true
|
448
448
|
*/
|
449
449
|
ItemNamesShowMode?: boolean;
|
@@ -10433,6 +10433,7 @@ export interface SubmitExtractDocAgentJobRequest {
|
|
10433
10433
|
ImageUrl?: string;
|
10434
10434
|
/**
|
10435
10435
|
* 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前5页。
|
10436
|
+
* @deprecated
|
10436
10437
|
*/
|
10437
10438
|
PdfPageNumber?: number;
|
10438
10439
|
/**
|