tencentcloud-sdk-nodejs-ocr 4.1.14 → 4.1.16
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
@@ -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
|
/**
|
@@ -1825,7 +1825,7 @@ export interface SmartStructuralProRequest {
|
|
1825
1825
|
*/
|
1826
1826
|
PdfPageNumber?: number;
|
1827
1827
|
/**
|
1828
|
-
*
|
1828
|
+
* 自定义结构化功能需返回的字段名称,例:若客户想新增返回姓名、性别两个字段的识别结果,则输入ItemNames=["姓名","性别"]
|
1829
1829
|
*/
|
1830
1830
|
ItemNames?: Array<string>;
|
1831
1831
|
/**
|