tencentcloud-sdk-nodejs-ocr 4.1.115 → 4.1.116
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
@@ -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
|
/**
|