tencentcloud-sdk-nodejs-ocr 4.0.1041 → 4.0.1045
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
@@ -1882,11 +1882,11 @@ export interface OtherInvoiceItem {
|
|
1882
1882
|
*/
|
1883
1883
|
export interface SmartStructuralProRequest {
|
1884
1884
|
/**
|
1885
|
-
* 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
1885
|
+
* 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
1886
1886
|
*/
|
1887
1887
|
ImageUrl?: string
|
1888
1888
|
/**
|
1889
|
-
* 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1889
|
+
* 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1890
1890
|
*/
|
1891
1891
|
ImageBase64?: string
|
1892
1892
|
/**
|
@@ -1902,7 +1902,18 @@ export interface SmartStructuralProRequest {
|
|
1902
1902
|
*/
|
1903
1903
|
ReturnFullText?: boolean
|
1904
1904
|
/**
|
1905
|
-
* 配置id支持:
|
1905
|
+
* 配置id支持:
|
1906
|
+
General -- 通用场景
|
1907
|
+
InvoiceEng -- 国际invoice模版
|
1908
|
+
WayBillEng --海运订单模板
|
1909
|
+
CustomsDeclaration -- 进出口报关单
|
1910
|
+
WeightNote -- 磅单
|
1911
|
+
MedicalMeter -- 血压仪表识别
|
1912
|
+
BillOfLading -- 海运提单
|
1913
|
+
EntrustmentBook -- 海运托书
|
1914
|
+
WordRecognize -- 手写英文作文模版
|
1915
|
+
Statement -- 对账单识别模板
|
1916
|
+
BookingConfirmation -- 配舱通知书识别模板
|
1906
1917
|
*/
|
1907
1918
|
ConfigId?: string
|
1908
1919
|
/**
|
@@ -1808,11 +1808,11 @@ export interface OtherInvoiceItem {
|
|
1808
1808
|
*/
|
1809
1809
|
export interface SmartStructuralProRequest {
|
1810
1810
|
/**
|
1811
|
-
* 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
1811
|
+
* 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
1812
1812
|
*/
|
1813
1813
|
ImageUrl?: string;
|
1814
1814
|
/**
|
1815
|
-
* 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1815
|
+
* 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1816
1816
|
*/
|
1817
1817
|
ImageBase64?: string;
|
1818
1818
|
/**
|
@@ -1828,7 +1828,18 @@ export interface SmartStructuralProRequest {
|
|
1828
1828
|
*/
|
1829
1829
|
ReturnFullText?: boolean;
|
1830
1830
|
/**
|
1831
|
-
* 配置id支持:
|
1831
|
+
* 配置id支持:
|
1832
|
+
General -- 通用场景
|
1833
|
+
InvoiceEng -- 国际invoice模版
|
1834
|
+
WayBillEng --海运订单模板
|
1835
|
+
CustomsDeclaration -- 进出口报关单
|
1836
|
+
WeightNote -- 磅单
|
1837
|
+
MedicalMeter -- 血压仪表识别
|
1838
|
+
BillOfLading -- 海运提单
|
1839
|
+
EntrustmentBook -- 海运托书
|
1840
|
+
WordRecognize -- 手写英文作文模版
|
1841
|
+
Statement -- 对账单识别模板
|
1842
|
+
BookingConfirmation -- 配舱通知书识别模板
|
1832
1843
|
*/
|
1833
1844
|
ConfigId?: string;
|
1834
1845
|
/**
|