tencentcloud-sdk-ocr 3.0.1091 → 3.0.1092
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20181119/models.rb +140 -441
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa3afb50b6c50d58b078abbe2eb5a6c7b8539b27
|
4
|
+
data.tar.gz: 229335087dc5cb011d6effe16607ab2ffb4606ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c74ec2089fd47a475540c4cf478bbb60740b0e44b41944ecd53a077373b3a1d5f0f3795c69a1c24491da468675cbfb7c9d8584ec816727188a8071ebe80e18d
|
7
|
+
data.tar.gz: 908f4be230e2fd9262dd49334b2ab745b5458a8629b6bcf06f23b281414ba6af41ab7f71645e1108e3224510c775426b50bb3951d50fcec7f510f57a1d342982
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1092
|
data/lib/v20181119/models.rb
CHANGED
@@ -19,13 +19,9 @@ module TencentCloud
|
|
19
19
|
module V20181119
|
20
20
|
# AdvertiseOCR请求参数结构体
|
21
21
|
class AdvertiseOCRRequest < TencentCloud::Common::AbstractModel
|
22
|
-
# @param ImageBase64: 图片的 Base64
|
23
|
-
# 要求图片经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。
|
24
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
22
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
25
23
|
# @type ImageBase64: String
|
26
|
-
# @param ImageUrl: 图片的 Url
|
27
|
-
# 要求图片经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。
|
28
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
24
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
29
25
|
# @type ImageUrl: String
|
30
26
|
|
31
27
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -457,11 +453,9 @@ module TencentCloud
|
|
457
453
|
|
458
454
|
# BankCardOCR请求参数结构体
|
459
455
|
class BankCardOCRRequest < TencentCloud::Common::AbstractModel
|
460
|
-
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
461
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
456
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
462
457
|
# @type ImageBase64: String
|
463
|
-
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
464
|
-
# 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
458
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
465
459
|
# @type ImageUrl: String
|
466
460
|
# @param RetBorderCutImage: 是否返回预处理(精确剪裁对齐)后的银行卡图片数据,默认false。
|
467
461
|
# @type RetBorderCutImage: Boolean
|
@@ -961,16 +955,9 @@ module TencentCloud
|
|
961
955
|
|
962
956
|
# BusInvoiceOCR请求参数结构体
|
963
957
|
class BusInvoiceOCRRequest < TencentCloud::Common::AbstractModel
|
964
|
-
# @param ImageBase64: 图片的 Base64
|
965
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
966
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
967
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
958
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
968
959
|
# @type ImageBase64: String
|
969
|
-
# @param ImageUrl: 图片的 Url
|
970
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
971
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
972
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
973
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
960
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
974
961
|
# @type ImageUrl: String
|
975
962
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
976
963
|
# @type IsPdf: Boolean
|
@@ -1189,16 +1176,9 @@ module TencentCloud
|
|
1189
1176
|
|
1190
1177
|
# CarInvoiceOCR请求参数结构体
|
1191
1178
|
class CarInvoiceOCRRequest < TencentCloud::Common::AbstractModel
|
1192
|
-
# @param ImageBase64: 图片的 Base64
|
1193
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
1194
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
1195
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1179
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1196
1180
|
# @type ImageBase64: String
|
1197
|
-
# @param ImageUrl: 图片的 Url
|
1198
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
1199
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
1200
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
1201
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
1181
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
1202
1182
|
# @type ImageUrl: String
|
1203
1183
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
1204
1184
|
# @type IsPdf: Boolean
|
@@ -1343,16 +1323,9 @@ module TencentCloud
|
|
1343
1323
|
|
1344
1324
|
# ClassifyDetectOCR请求参数结构体
|
1345
1325
|
class ClassifyDetectOCRRequest < TencentCloud::Common::AbstractModel
|
1346
|
-
# @param ImageBase64: 图片的 Base64
|
1347
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
1348
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
1349
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1326
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1350
1327
|
# @type ImageBase64: String
|
1351
|
-
# @param ImageUrl: 图片的 Url
|
1352
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
1353
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
1354
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
1355
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
1328
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
1356
1329
|
# @type ImageUrl: String
|
1357
1330
|
# @param DiscernType: 可以指定要识别的票证类型,指定后不出现在此列表的票证将不返回类型。不指定时默认返回所有支持类别票证的识别信息。
|
1358
1331
|
|
@@ -1421,13 +1394,9 @@ module TencentCloud
|
|
1421
1394
|
|
1422
1395
|
# ClassifyStoreName请求参数结构体
|
1423
1396
|
class ClassifyStoreNameRequest < TencentCloud::Common::AbstractModel
|
1424
|
-
# @param ImageBase64: 图片的 Base64
|
1425
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
1426
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
1427
|
-
# 支持的图片像素:需介于20-10000px之间。
|
1428
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1397
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1429
1398
|
# @type ImageBase64: String
|
1430
|
-
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
1399
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
1431
1400
|
# @type ImageUrl: String
|
1432
1401
|
|
1433
1402
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -1713,11 +1682,9 @@ module TencentCloud
|
|
1713
1682
|
|
1714
1683
|
# DriverLicenseOCR请求参数结构体
|
1715
1684
|
class DriverLicenseOCRRequest < TencentCloud::Common::AbstractModel
|
1716
|
-
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
1717
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1685
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1718
1686
|
# @type ImageBase64: String
|
1719
|
-
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
1720
|
-
# 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
1687
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
1721
1688
|
# @type ImageUrl: String
|
1722
1689
|
# @param CardSide: FRONT 为驾驶证主页正面(有红色印章的一面),
|
1723
1690
|
# BACK 为驾驶证副页正面(有档案编号的一面)。
|
@@ -1889,16 +1856,9 @@ module TencentCloud
|
|
1889
1856
|
|
1890
1857
|
# DutyPaidProofOCR请求参数结构体
|
1891
1858
|
class DutyPaidProofOCRRequest < TencentCloud::Common::AbstractModel
|
1892
|
-
# @param ImageBase64: 图片的 Base64
|
1893
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
1894
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
1895
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1859
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
1896
1860
|
# @type ImageBase64: String
|
1897
|
-
# @param ImageUrl: 图片的 Url
|
1898
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
1899
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
1900
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
1901
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
1861
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
1902
1862
|
# @type ImageUrl: String
|
1903
1863
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
1904
1864
|
# @type IsPdf: Boolean
|
@@ -2766,16 +2726,9 @@ module TencentCloud
|
|
2766
2726
|
|
2767
2727
|
# EstateCertOCR请求参数结构体
|
2768
2728
|
class EstateCertOCRRequest < TencentCloud::Common::AbstractModel
|
2769
|
-
# @param ImageBase64: 图片的 Base64
|
2770
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
2771
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。
|
2772
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
2729
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
2773
2730
|
# @type ImageBase64: String
|
2774
|
-
# @param ImageUrl: 图片的 Url
|
2775
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
2776
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
|
2777
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
2778
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
2731
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
2779
2732
|
# @type ImageUrl: String
|
2780
2733
|
|
2781
2734
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -2960,9 +2913,9 @@ module TencentCloud
|
|
2960
2913
|
|
2961
2914
|
# ExtractDocMultiPro请求参数结构体
|
2962
2915
|
class ExtractDocMultiProRequest < TencentCloud::Common::AbstractModel
|
2963
|
-
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
2916
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
2964
2917
|
# @type ImageUrl: String
|
2965
|
-
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
2918
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
2966
2919
|
# @type ImageBase64: String
|
2967
2920
|
# @param PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前3页。
|
2968
2921
|
# @type PdfPageNumber: Integer
|
@@ -3066,9 +3019,9 @@ module TencentCloud
|
|
3066
3019
|
|
3067
3020
|
# ExtractDocMulti请求参数结构体
|
3068
3021
|
class ExtractDocMultiRequest < TencentCloud::Common::AbstractModel
|
3069
|
-
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
3022
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3070
3023
|
# @type ImageUrl: String
|
3071
|
-
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
3024
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3072
3025
|
# @type ImageBase64: String
|
3073
3026
|
# @param PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前3页。
|
3074
3027
|
# @type PdfPageNumber: Integer
|
@@ -3209,16 +3162,9 @@ module TencentCloud
|
|
3209
3162
|
|
3210
3163
|
# FinanBillOCR请求参数结构体
|
3211
3164
|
class FinanBillOCRRequest < TencentCloud::Common::AbstractModel
|
3212
|
-
# @param ImageBase64: 图片的 Base64
|
3213
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3214
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
3215
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3165
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3216
3166
|
# @type ImageBase64: String
|
3217
|
-
# @param ImageUrl: 图片的 Url
|
3218
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3219
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
3220
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
3221
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3167
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3222
3168
|
# @type ImageUrl: String
|
3223
3169
|
|
3224
3170
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -3284,16 +3230,9 @@ module TencentCloud
|
|
3284
3230
|
|
3285
3231
|
# FinanBillSliceOCR请求参数结构体
|
3286
3232
|
class FinanBillSliceOCRRequest < TencentCloud::Common::AbstractModel
|
3287
|
-
# @param ImageBase64: 图片的 Base64
|
3288
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3289
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
3290
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3233
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3291
3234
|
# @type ImageBase64: String
|
3292
|
-
# @param ImageUrl: 图片的 Url
|
3293
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3294
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
3295
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
3296
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3235
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3297
3236
|
# @type ImageUrl: String
|
3298
3237
|
|
3299
3238
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -3583,16 +3522,9 @@ module TencentCloud
|
|
3583
3522
|
|
3584
3523
|
# FlightInvoiceOCR请求参数结构体
|
3585
3524
|
class FlightInvoiceOCRRequest < TencentCloud::Common::AbstractModel
|
3586
|
-
# @param ImageBase64: 图片的 Base64
|
3587
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3588
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
3589
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3525
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3590
3526
|
# @type ImageBase64: String
|
3591
|
-
# @param ImageUrl: 图片的 Url
|
3592
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3593
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
3594
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
3595
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3527
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3596
3528
|
# @type ImageUrl: String
|
3597
3529
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
3598
3530
|
# @type IsPdf: Boolean
|
@@ -3757,16 +3689,9 @@ module TencentCloud
|
|
3757
3689
|
|
3758
3690
|
# FormulaOCR请求参数结构体
|
3759
3691
|
class FormulaOCRRequest < TencentCloud::Common::AbstractModel
|
3760
|
-
# @param ImageBase64: 图片的 Base64
|
3761
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3762
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
3763
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3692
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
3764
3693
|
# @type ImageBase64: String
|
3765
|
-
# @param ImageUrl: 图片的 Url
|
3766
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
3767
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
3768
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
3769
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3694
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
3770
3695
|
# @type ImageUrl: String
|
3771
3696
|
|
3772
3697
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -3866,8 +3791,8 @@ module TencentCloud
|
|
3866
3791
|
|
3867
3792
|
attr_accessor :TextDetections, :Angel, :Angle, :RequestId
|
3868
3793
|
extend Gem::Deprecate
|
3869
|
-
deprecate :Angel, :none, 2025,
|
3870
|
-
deprecate :Angel=, :none, 2025,
|
3794
|
+
deprecate :Angel, :none, 2025, 7
|
3795
|
+
deprecate :Angel=, :none, 2025, 7
|
3871
3796
|
|
3872
3797
|
def initialize(textdetections=nil, angel=nil, angle=nil, requestid=nil)
|
3873
3798
|
@TextDetections = textdetections
|
@@ -3973,8 +3898,8 @@ module TencentCloud
|
|
3973
3898
|
|
3974
3899
|
attr_accessor :TextDetections, :Language, :Angel, :PdfPageSize, :Angle, :RequestId
|
3975
3900
|
extend Gem::Deprecate
|
3976
|
-
deprecate :Angel, :none, 2025,
|
3977
|
-
deprecate :Angel=, :none, 2025,
|
3901
|
+
deprecate :Angel, :none, 2025, 7
|
3902
|
+
deprecate :Angel=, :none, 2025, 7
|
3978
3903
|
|
3979
3904
|
def initialize(textdetections=nil, language=nil, angel=nil, pdfpagesize=nil, angle=nil, requestid=nil)
|
3980
3905
|
@TextDetections = textdetections
|
@@ -4070,8 +3995,8 @@ module TencentCloud
|
|
4070
3995
|
|
4071
3996
|
attr_accessor :TextDetections, :Angel, :Angle, :RequestId
|
4072
3997
|
extend Gem::Deprecate
|
4073
|
-
deprecate :Angel, :none, 2025,
|
4074
|
-
deprecate :Angel=, :none, 2025,
|
3998
|
+
deprecate :Angel, :none, 2025, 7
|
3999
|
+
deprecate :Angel=, :none, 2025, 7
|
4075
4000
|
|
4076
4001
|
def initialize(textdetections=nil, angel=nil, angle=nil, requestid=nil)
|
4077
4002
|
@TextDetections = textdetections
|
@@ -4224,8 +4149,8 @@ module TencentCloud
|
|
4224
4149
|
|
4225
4150
|
attr_accessor :TextDetections, :Angel, :Angle, :RequestId
|
4226
4151
|
extend Gem::Deprecate
|
4227
|
-
deprecate :Angel, :none, 2025,
|
4228
|
-
deprecate :Angel=, :none, 2025,
|
4152
|
+
deprecate :Angel, :none, 2025, 7
|
4153
|
+
deprecate :Angel=, :none, 2025, 7
|
4229
4154
|
|
4230
4155
|
def initialize(textdetections=nil, angel=nil, angle=nil, requestid=nil)
|
4231
4156
|
@TextDetections = textdetections
|
@@ -4454,8 +4379,8 @@ module TencentCloud
|
|
4454
4379
|
|
4455
4380
|
attr_accessor :ReturnHeadImage, :DetectFake, :ImageBase64, :ImageUrl
|
4456
4381
|
extend Gem::Deprecate
|
4457
|
-
deprecate :DetectFake, :none, 2025,
|
4458
|
-
deprecate :DetectFake=, :none, 2025,
|
4382
|
+
deprecate :DetectFake, :none, 2025, 7
|
4383
|
+
deprecate :DetectFake=, :none, 2025, 7
|
4459
4384
|
|
4460
4385
|
def initialize(returnheadimage=nil, detectfake=nil, imagebase64=nil, imageurl=nil)
|
4461
4386
|
@ReturnHeadImage = returnheadimage
|
@@ -4524,10 +4449,10 @@ module TencentCloud
|
|
4524
4449
|
|
4525
4450
|
attr_accessor :CnName, :EnName, :TelexCode, :Sex, :Birthday, :Permanent, :IdNum, :Symbol, :FirstIssueDate, :CurrentIssueDate, :FakeDetectResult, :HeadImage, :WarningCode, :WarnCardInfos, :RequestId
|
4526
4451
|
extend Gem::Deprecate
|
4527
|
-
deprecate :FakeDetectResult, :none, 2025,
|
4528
|
-
deprecate :FakeDetectResult=, :none, 2025,
|
4529
|
-
deprecate :WarningCode, :none, 2025,
|
4530
|
-
deprecate :WarningCode=, :none, 2025,
|
4452
|
+
deprecate :FakeDetectResult, :none, 2025, 7
|
4453
|
+
deprecate :FakeDetectResult=, :none, 2025, 7
|
4454
|
+
deprecate :WarningCode, :none, 2025, 7
|
4455
|
+
deprecate :WarningCode=, :none, 2025, 7
|
4531
4456
|
|
4532
4457
|
def initialize(cnname=nil, enname=nil, telexcode=nil, sex=nil, birthday=nil, permanent=nil, idnum=nil, symbol=nil, firstissuedate=nil, currentissuedate=nil, fakedetectresult=nil, headimage=nil, warningcode=nil, warncardinfos=nil, requestid=nil)
|
4533
4458
|
@CnName = cnname
|
@@ -4568,9 +4493,9 @@ module TencentCloud
|
|
4568
4493
|
|
4569
4494
|
# HandwritingEssayOCR请求参数结构体
|
4570
4495
|
class HandwritingEssayOCRRequest < TencentCloud::Common::AbstractModel
|
4571
|
-
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
4496
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
4572
4497
|
# @type ImageUrl: String
|
4573
|
-
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
4498
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
4574
4499
|
# @type ImageBase64: String
|
4575
4500
|
# @param PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前3页。
|
4576
4501
|
# @type PdfPageNumber: Integer
|
@@ -4951,11 +4876,9 @@ module TencentCloud
|
|
4951
4876
|
|
4952
4877
|
# IDCardOCR请求参数结构体
|
4953
4878
|
class IDCardOCRRequest < TencentCloud::Common::AbstractModel
|
4954
|
-
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
4955
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
4879
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
4956
4880
|
# @type ImageBase64: String
|
4957
|
-
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
4958
|
-
# 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
4881
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
4959
4882
|
# @type ImageUrl: String
|
4960
4883
|
# @param CardSide: FRONT:身份证有照片的一面(人像面),
|
4961
4884
|
# BACK:身份证有国徽的一面(国徽面),
|
@@ -4987,13 +4910,15 @@ module TencentCloud
|
|
4987
4910
|
# @type EnableReflectDetail: Boolean
|
4988
4911
|
# @param EnableDateVerify: 用于控制是否开启日期校验,默认值为true,打开会进行日期校验。
|
4989
4912
|
# @type EnableDateVerify: Boolean
|
4913
|
+
# @param CardWarnType: Basic:使用基础卡证告警能力; Advanced:开启通用卡证鉴伪能力(需要在控制台开启“通用卡证鉴伪”后计费功能或购买“通用卡证鉴伪”资源包后才能使用),默认值为 Basic
|
4914
|
+
# @type CardWarnType: String
|
4990
4915
|
|
4991
|
-
attr_accessor :ImageBase64, :ImageUrl, :CardSide, :Config, :EnableRecognitionRectify, :EnableReflectDetail, :EnableDateVerify
|
4916
|
+
attr_accessor :ImageBase64, :ImageUrl, :CardSide, :Config, :EnableRecognitionRectify, :EnableReflectDetail, :EnableDateVerify, :CardWarnType
|
4992
4917
|
extend Gem::Deprecate
|
4993
|
-
deprecate :EnableDateVerify, :none, 2025,
|
4994
|
-
deprecate :EnableDateVerify=, :none, 2025,
|
4918
|
+
deprecate :EnableDateVerify, :none, 2025, 7
|
4919
|
+
deprecate :EnableDateVerify=, :none, 2025, 7
|
4995
4920
|
|
4996
|
-
def initialize(imagebase64=nil, imageurl=nil, cardside=nil, config=nil, enablerecognitionrectify=nil, enablereflectdetail=nil, enabledateverify=nil)
|
4921
|
+
def initialize(imagebase64=nil, imageurl=nil, cardside=nil, config=nil, enablerecognitionrectify=nil, enablereflectdetail=nil, enabledateverify=nil, cardwarntype=nil)
|
4997
4922
|
@ImageBase64 = imagebase64
|
4998
4923
|
@ImageUrl = imageurl
|
4999
4924
|
@CardSide = cardside
|
@@ -5001,6 +4926,7 @@ module TencentCloud
|
|
5001
4926
|
@EnableRecognitionRectify = enablerecognitionrectify
|
5002
4927
|
@EnableReflectDetail = enablereflectdetail
|
5003
4928
|
@EnableDateVerify = enabledateverify
|
4929
|
+
@CardWarnType = cardwarntype
|
5004
4930
|
end
|
5005
4931
|
|
5006
4932
|
def deserialize(params)
|
@@ -5011,6 +4937,7 @@ module TencentCloud
|
|
5011
4937
|
@EnableRecognitionRectify = params['EnableRecognitionRectify']
|
5012
4938
|
@EnableReflectDetail = params['EnableReflectDetail']
|
5013
4939
|
@EnableDateVerify = params['EnableDateVerify']
|
4940
|
+
@CardWarnType = params['CardWarnType']
|
5014
4941
|
end
|
5015
4942
|
end
|
5016
4943
|
|
@@ -5156,16 +5083,9 @@ module TencentCloud
|
|
5156
5083
|
|
5157
5084
|
# ImageEnhancement请求参数结构体
|
5158
5085
|
class ImageEnhancementRequest < TencentCloud::Common::AbstractModel
|
5159
|
-
# @param ImageBase64: 图片的 Base64
|
5160
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5161
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
5162
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5086
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5163
5087
|
# @type ImageBase64: String
|
5164
|
-
# @param ImageUrl: 图片的 Url
|
5165
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5166
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
5167
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
5168
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5088
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5169
5089
|
# @type ImageUrl: String
|
5170
5090
|
# @param ReturnImage: 默认为空,ReturnImage的取值以及含义如下:
|
5171
5091
|
# “preprocess”: 返回预处理后的图片数据
|
@@ -5254,16 +5174,9 @@ module TencentCloud
|
|
5254
5174
|
|
5255
5175
|
# InstitutionOCR请求参数结构体
|
5256
5176
|
class InstitutionOCRRequest < TencentCloud::Common::AbstractModel
|
5257
|
-
# @param ImageBase64: 图片的 Base64
|
5258
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5259
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
5260
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5177
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5261
5178
|
# @type ImageBase64: String
|
5262
|
-
# @param ImageUrl: 图片的 Url
|
5263
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5264
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
5265
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
5266
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5179
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5267
5180
|
# @type ImageUrl: String
|
5268
5181
|
|
5269
5182
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -5345,16 +5258,9 @@ module TencentCloud
|
|
5345
5258
|
|
5346
5259
|
# InsuranceBillOCR请求参数结构体
|
5347
5260
|
class InsuranceBillOCRRequest < TencentCloud::Common::AbstractModel
|
5348
|
-
# @param ImageBase64: 图片的 Base64
|
5349
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5350
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
5351
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5261
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5352
5262
|
# @type ImageBase64: String
|
5353
|
-
# @param ImageUrl: 图片的 Url
|
5354
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5355
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
5356
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
5357
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5263
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5358
5264
|
# @type ImageUrl: String
|
5359
5265
|
|
5360
5266
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -5475,16 +5381,9 @@ module TencentCloud
|
|
5475
5381
|
|
5476
5382
|
# InvoiceGeneralOCR请求参数结构体
|
5477
5383
|
class InvoiceGeneralOCRRequest < TencentCloud::Common::AbstractModel
|
5478
|
-
# @param ImageBase64: 图片的 Base64
|
5479
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5480
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
5481
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5384
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5482
5385
|
# @type ImageBase64: String
|
5483
|
-
# @param ImageUrl: 图片的 Url
|
5484
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5485
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
5486
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
5487
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5386
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5488
5387
|
# @type ImageUrl: String
|
5489
5388
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
5490
5389
|
# @type IsPdf: Boolean
|
@@ -5805,16 +5704,9 @@ module TencentCloud
|
|
5805
5704
|
|
5806
5705
|
# LicensePlateOCR请求参数结构体
|
5807
5706
|
class LicensePlateOCRRequest < TencentCloud::Common::AbstractModel
|
5808
|
-
# @param ImageBase64: 图片的 Base64
|
5809
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5810
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
5811
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5707
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
5812
5708
|
# @type ImageBase64: String
|
5813
|
-
# @param ImageUrl: 图片的 Url
|
5814
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
5815
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
5816
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
5817
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5709
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
5818
5710
|
# @type ImageUrl: String
|
5819
5711
|
|
5820
5712
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -5990,8 +5882,8 @@ module TencentCloud
|
|
5990
5882
|
|
5991
5883
|
attr_accessor :ID, :Name, :Address, :Sex, :Warn, :Image, :AdvancedInfo, :Type, :Birthday, :MyKadNumber, :WarnCardInfos, :RequestId
|
5992
5884
|
extend Gem::Deprecate
|
5993
|
-
deprecate :Warn, :none, 2025,
|
5994
|
-
deprecate :Warn=, :none, 2025,
|
5885
|
+
deprecate :Warn, :none, 2025, 7
|
5886
|
+
deprecate :Warn=, :none, 2025, 7
|
5995
5887
|
|
5996
5888
|
def initialize(id=nil, name=nil, address=nil, sex=nil, warn=nil, image=nil, advancedinfo=nil, type=nil, birthday=nil, mykadnumber=nil, warncardinfos=nil, requestid=nil)
|
5997
5889
|
@ID = id
|
@@ -6320,16 +6212,9 @@ module TencentCloud
|
|
6320
6212
|
|
6321
6213
|
# MainlandPermitOCR请求参数结构体
|
6322
6214
|
class MainlandPermitOCRRequest < TencentCloud::Common::AbstractModel
|
6323
|
-
# @param ImageBase64: 图片的 Base64
|
6324
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
6325
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
6326
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
6215
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
6327
6216
|
# @type ImageBase64: String
|
6328
|
-
# @param ImageUrl: 图片的 Url
|
6329
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
6330
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
6331
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
6332
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
6217
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
6333
6218
|
# @type ImageUrl: String
|
6334
6219
|
# @param RetProfile: 是否返回头像。默认不返回。
|
6335
6220
|
# @type RetProfile: Boolean
|
@@ -6571,16 +6456,9 @@ module TencentCloud
|
|
6571
6456
|
class MixedInvoiceDetectRequest < TencentCloud::Common::AbstractModel
|
6572
6457
|
# @param ReturnImage: 是否需要返回裁剪后的图片。
|
6573
6458
|
# @type ReturnImage: Boolean
|
6574
|
-
# @param ImageBase64: 图片的 Base64
|
6575
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
6576
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
6577
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
6459
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
6578
6460
|
# @type ImageBase64: String
|
6579
|
-
# @param ImageUrl: 图片的 Url
|
6580
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
6581
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
6582
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
6583
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
6461
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
6584
6462
|
# @type ImageUrl: String
|
6585
6463
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
6586
6464
|
# @type IsPdf: Boolean
|
@@ -6698,16 +6576,9 @@ module TencentCloud
|
|
6698
6576
|
|
6699
6577
|
# MixedInvoiceOCR请求参数结构体
|
6700
6578
|
class MixedInvoiceOCRRequest < TencentCloud::Common::AbstractModel
|
6701
|
-
# @param ImageBase64: 图片的 Base64
|
6702
|
-
# 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
6703
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
6704
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
6579
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
6705
6580
|
# @type ImageBase64: String
|
6706
|
-
# @param ImageUrl: 图片的 Url
|
6707
|
-
# 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
6708
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
6709
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
6710
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
6581
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
6711
6582
|
# @type ImageUrl: String
|
6712
6583
|
# @param Types: 需要识别的票据类型列表,为空或不填表示识别全部类型。
|
6713
6584
|
# 0:出租车发票
|
@@ -7204,16 +7075,9 @@ module TencentCloud
|
|
7204
7075
|
|
7205
7076
|
# OrgCodeCertOCR请求参数结构体
|
7206
7077
|
class OrgCodeCertOCRRequest < TencentCloud::Common::AbstractModel
|
7207
|
-
# @param ImageBase64: 图片的 Base64
|
7208
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
7209
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
7210
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7078
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7211
7079
|
# @type ImageBase64: String
|
7212
|
-
# @param ImageUrl: 图片的 Url
|
7213
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
7214
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
7215
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
7216
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
7080
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
7217
7081
|
# @type ImageUrl: String
|
7218
7082
|
|
7219
7083
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -7411,11 +7275,9 @@ module TencentCloud
|
|
7411
7275
|
|
7412
7276
|
# PassportOCR请求参数结构体
|
7413
7277
|
class PassportOCRRequest < TencentCloud::Common::AbstractModel
|
7414
|
-
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
7415
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7278
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7416
7279
|
# @type ImageBase64: String
|
7417
|
-
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
7418
|
-
# 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
7280
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
7419
7281
|
# @type ImageUrl: String
|
7420
7282
|
# @param Type: 默认填写CN
|
7421
7283
|
# 支持中国大陆地区护照。
|
@@ -7855,16 +7717,9 @@ module TencentCloud
|
|
7855
7717
|
|
7856
7718
|
# PropOwnerCertOCR请求参数结构体
|
7857
7719
|
class PropOwnerCertOCRRequest < TencentCloud::Common::AbstractModel
|
7858
|
-
# @param ImageBase64: 图片的 Base64
|
7859
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
7860
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
7861
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7720
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7862
7721
|
# @type ImageBase64: String
|
7863
|
-
# @param ImageUrl: 图片的 Url
|
7864
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
7865
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
7866
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
7867
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
7722
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
7868
7723
|
# @type ImageUrl: String
|
7869
7724
|
|
7870
7725
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -7942,11 +7797,9 @@ module TencentCloud
|
|
7942
7797
|
|
7943
7798
|
# QrcodeOCR请求参数结构体
|
7944
7799
|
class QrcodeOCRRequest < TencentCloud::Common::AbstractModel
|
7945
|
-
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
7946
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7800
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
7947
7801
|
# @type ImageBase64: String
|
7948
|
-
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
7949
|
-
# 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
7802
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
7950
7803
|
# @type ImageUrl: String
|
7951
7804
|
|
7952
7805
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -8368,16 +8221,9 @@ module TencentCloud
|
|
8368
8221
|
|
8369
8222
|
# QuotaInvoiceOCR请求参数结构体
|
8370
8223
|
class QuotaInvoiceOCRRequest < TencentCloud::Common::AbstractModel
|
8371
|
-
# @param ImageBase64: 图片的 Base64
|
8372
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
8373
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。
|
8374
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8224
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8375
8225
|
# @type ImageBase64: String
|
8376
|
-
# @param ImageUrl: 图片的 Url
|
8377
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
8378
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
|
8379
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
8380
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8226
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8381
8227
|
# @type ImageUrl: String
|
8382
8228
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
8383
8229
|
# @type IsPdf: Boolean
|
@@ -8566,16 +8412,9 @@ module TencentCloud
|
|
8566
8412
|
|
8567
8413
|
# RecognizeContainerOCR请求参数结构体
|
8568
8414
|
class RecognizeContainerOCRRequest < TencentCloud::Common::AbstractModel
|
8569
|
-
# @param ImageBase64: 图片的 Base64
|
8570
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
8571
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
8572
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8415
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8573
8416
|
# @type ImageBase64: String
|
8574
|
-
# @param ImageUrl: 图片的 Url
|
8575
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
8576
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
8577
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
8578
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8417
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8579
8418
|
# @type ImageUrl: String
|
8580
8419
|
|
8581
8420
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -8659,11 +8498,9 @@ module TencentCloud
|
|
8659
8498
|
# @type EncryptedBody: String
|
8660
8499
|
# @param Encryption: 敏感数据加密信息。对传入信息有加密需求的用户可使用此参数,详情请点击左侧链接。
|
8661
8500
|
# @type Encryption: :class:`Tencentcloud::Ocr.v20181119.models.Encryption`
|
8662
|
-
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
8663
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8501
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8664
8502
|
# @type ImageBase64: String
|
8665
|
-
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
8666
|
-
# 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
8503
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
8667
8504
|
# @type ImageUrl: String
|
8668
8505
|
# @param CardSide: FRONT:身份证有照片的一面(人像面),
|
8669
8506
|
# BACK:身份证有国徽的一面(国徽面),
|
@@ -8816,19 +8653,9 @@ module TencentCloud
|
|
8816
8653
|
|
8817
8654
|
# RecognizeForeignPermanentResidentIdCard请求参数结构体
|
8818
8655
|
class RecognizeForeignPermanentResidentIdCardRequest < TencentCloud::Common::AbstractModel
|
8819
|
-
# @param ImageUrl: 图片的 Url
|
8820
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
8821
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
8822
|
-
# 支持的图片像素:需介于20-10000px之间。
|
8823
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
8824
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
8825
|
-
# 示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume
|
8656
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume
|
8826
8657
|
# @type ImageUrl: String
|
8827
|
-
# @param ImageBase64: 图片的 Base64
|
8828
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
8829
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
8830
|
-
# 支持的图片像素:需介于20-10000px之间。
|
8831
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8658
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
8832
8659
|
# @type ImageBase64: String
|
8833
8660
|
# @param EnablePdf: 是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。
|
8834
8661
|
# @type EnablePdf: Boolean
|
@@ -8992,6 +8819,7 @@ module TencentCloud
|
|
8992
8819
|
# HmtResidentPermit:港澳台居住证
|
8993
8820
|
# ForeignPermanentResident:外国人永居证
|
8994
8821
|
# MainlandPermit:港澳台来往内地通行证
|
8822
|
+
# SocialSecurityCard:社保卡
|
8995
8823
|
# @type CardType: String
|
8996
8824
|
# @param IsPdf: 是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。
|
8997
8825
|
# @type IsPdf: Boolean
|
@@ -9030,6 +8858,7 @@ module TencentCloud
|
|
9030
8858
|
# HmtResidentPermit:港澳台居住证
|
9031
8859
|
# ForeignPermanentResident:外国人永居证
|
9032
8860
|
# MainlandPermit:港澳台来往内地通行证
|
8861
|
+
# SocialSecurityCard:社保卡
|
9033
8862
|
# @type CardType: String
|
9034
8863
|
# @param Blur: 模糊信息
|
9035
8864
|
# @type Blur: :class:`Tencentcloud::Ocr.v20181119.models.GeneralCardWarnInfo`
|
@@ -9230,18 +9059,9 @@ module TencentCloud
|
|
9230
9059
|
|
9231
9060
|
# RecognizeGeneralTextImageWarn请求参数结构体
|
9232
9061
|
class RecognizeGeneralTextImageWarnRequest < TencentCloud::Common::AbstractModel
|
9233
|
-
# @param ImageUrl: 图片的 Url
|
9234
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9235
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
9236
|
-
# 支持的图片像素:需介于20-10000px之间。
|
9237
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
9238
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9062
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9239
9063
|
# @type ImageUrl: String
|
9240
|
-
# @param ImageBase64: 图片的 Base64
|
9241
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9242
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。
|
9243
|
-
# 支持的图片像素:需介于20-10000px之间。
|
9244
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9064
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9245
9065
|
# @type ImageBase64: String
|
9246
9066
|
# @param EnablePdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。 示例值:false
|
9247
9067
|
# @type EnablePdf: Boolean
|
@@ -9324,16 +9144,9 @@ module TencentCloud
|
|
9324
9144
|
|
9325
9145
|
# RecognizeHealthCodeOCR请求参数结构体
|
9326
9146
|
class RecognizeHealthCodeOCRRequest < TencentCloud::Common::AbstractModel
|
9327
|
-
# @param ImageBase64: 图片的 Base64
|
9328
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9329
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
9330
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9147
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9331
9148
|
# @type ImageBase64: String
|
9332
|
-
# @param ImageUrl: 图片的 Url
|
9333
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9334
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
9335
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
9336
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9149
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9337
9150
|
# @type ImageUrl: String
|
9338
9151
|
# @param Type: 需要识别的健康码类型列表,为空或不填表示默认为自动识别。
|
9339
9152
|
# 0:自动识别
|
@@ -9412,16 +9225,9 @@ module TencentCloud
|
|
9412
9225
|
|
9413
9226
|
# RecognizeMedicalInvoiceOCR请求参数结构体
|
9414
9227
|
class RecognizeMedicalInvoiceOCRRequest < TencentCloud::Common::AbstractModel
|
9415
|
-
# @param ImageBase64: 图片的Base64
|
9416
|
-
# 支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9417
|
-
# 支持的图片大小:所下载文件经Base64编码后不超过 7M。文件下载时间不超过 3 秒。
|
9418
|
-
# 输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9228
|
+
# @param ImageBase64: 图片的Base64 值。支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载文件经Base64编码后不超过 10M。文件下载时间不超过 3 秒。输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9419
9229
|
# @type ImageBase64: String
|
9420
|
-
# @param ImageUrl: 图片的Url
|
9421
|
-
# 支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9422
|
-
# 支持的图片大小:所下载文件经 Base64 编码后不超过 7M。文件下载时间不超过 3 秒。
|
9423
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
9424
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9230
|
+
# @param ImageUrl: 图片的Url 地址。支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载文件经 Base64 编码后不超过 10M。文件下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9425
9231
|
# @type ImageUrl: String
|
9426
9232
|
# @param ReturnVertex: 是否需要返回识别出的文本行在原图上的四点坐标,默认不返回
|
9427
9233
|
# @type ReturnVertex: Boolean
|
@@ -9486,16 +9292,9 @@ module TencentCloud
|
|
9486
9292
|
|
9487
9293
|
# RecognizeOnlineTaxiItineraryOCR请求参数结构体
|
9488
9294
|
class RecognizeOnlineTaxiItineraryOCRRequest < TencentCloud::Common::AbstractModel
|
9489
|
-
# @param ImageBase64: 图片的 Base64
|
9490
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9491
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
9492
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9295
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9493
9296
|
# @type ImageBase64: String
|
9494
|
-
# @param ImageUrl: 图片的 Url
|
9495
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9496
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
9497
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
9498
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9297
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9499
9298
|
# @type ImageUrl: String
|
9500
9299
|
# @param IsPdf: 是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。
|
9501
9300
|
# @type IsPdf: Boolean
|
@@ -9548,13 +9347,9 @@ module TencentCloud
|
|
9548
9347
|
|
9549
9348
|
# RecognizeStoreName请求参数结构体
|
9550
9349
|
class RecognizeStoreNameRequest < TencentCloud::Common::AbstractModel
|
9551
|
-
# @param ImageBase64: 图片的 Base64
|
9552
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9553
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
9554
|
-
# 支持的图片像素:需介于20-10000px之间。
|
9555
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9350
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9556
9351
|
# @type ImageBase64: String
|
9557
|
-
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
9352
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9558
9353
|
# @type ImageUrl: String
|
9559
9354
|
|
9560
9355
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -9607,16 +9402,9 @@ module TencentCloud
|
|
9607
9402
|
|
9608
9403
|
# RecognizeTableAccurateOCR请求参数结构体
|
9609
9404
|
class RecognizeTableAccurateOCRRequest < TencentCloud::Common::AbstractModel
|
9610
|
-
# @param ImageBase64: 图片/PDF的 Base64
|
9611
|
-
# 要求图片/PDF经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。
|
9612
|
-
# 图片支持的像素范围:需介于20-10000px之间。
|
9613
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9405
|
+
# @param ImageBase64: 图片/PDF的 Base64 值。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9614
9406
|
# @type ImageBase64: String
|
9615
|
-
# @param ImageUrl: 图片/PDF的 Url
|
9616
|
-
# 要求图片/PDF经Base64编码后不超过 7M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。
|
9617
|
-
# 图片支持的像素范围:需介于20-10000px之间。
|
9618
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定
|
9619
|
-
# 性可能受一定影响。
|
9407
|
+
# @param ImageUrl: 图片/PDF的 Url 地址。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9620
9408
|
# @type ImageUrl: String
|
9621
9409
|
# @param PdfPageNumber: 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF有效,默认值为1。
|
9622
9410
|
# @type PdfPageNumber: Integer
|
@@ -9755,15 +9543,13 @@ module TencentCloud
|
|
9755
9543
|
|
9756
9544
|
# RecognizeThaiIDCardOCR请求参数结构体
|
9757
9545
|
class RecognizeThaiIDCardOCRRequest < TencentCloud::Common::AbstractModel
|
9758
|
-
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
9759
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9546
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9760
9547
|
# @type ImageBase64: String
|
9761
|
-
# @param BackImageBase64: 卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
9548
|
+
# @param BackImageBase64: 卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9762
9549
|
# @type BackImageBase64: String
|
9763
|
-
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
9764
|
-
# 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
9550
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
9765
9551
|
# @type ImageUrl: String
|
9766
|
-
# @param BackImageUrl: 卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
9552
|
+
# @param BackImageUrl: 卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9767
9553
|
# @type BackImageUrl: String
|
9768
9554
|
# @param CropPortrait: 图片开关。默认为false,不返回泰国身份证头像照片的base64编码。
|
9769
9555
|
# 设置为true时,返回旋转矫正后的泰国身份证头像照片的base64编码
|
@@ -9888,16 +9674,9 @@ module TencentCloud
|
|
9888
9674
|
|
9889
9675
|
# RecognizeTravelCardOCR请求参数结构体
|
9890
9676
|
class RecognizeTravelCardOCRRequest < TencentCloud::Common::AbstractModel
|
9891
|
-
# @param ImageBase64: 图片的 Base64
|
9892
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9893
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
9894
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9677
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9895
9678
|
# @type ImageBase64: String
|
9896
|
-
# @param ImageUrl: 图片的 Url
|
9897
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
9898
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
9899
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
9900
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9679
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9901
9680
|
# @type ImageUrl: String
|
9902
9681
|
|
9903
9682
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -9951,11 +9730,9 @@ module TencentCloud
|
|
9951
9730
|
|
9952
9731
|
# RecognizeValidIDCardOCR请求参数结构体
|
9953
9732
|
class RecognizeValidIDCardOCRRequest < TencentCloud::Common::AbstractModel
|
9954
|
-
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
9955
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9733
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9956
9734
|
# @type ImageBase64: String
|
9957
|
-
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
9958
|
-
# 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
9735
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
9959
9736
|
# @type ImageUrl: String
|
9960
9737
|
# @param CardType: 0 自动,自动判断输入证件的类型
|
9961
9738
|
# 1 身份证人像面,指定输入证件类型为二代身份证人像面
|
@@ -10132,16 +9909,9 @@ module TencentCloud
|
|
10132
9909
|
|
10133
9910
|
# ResidenceBookletOCR请求参数结构体
|
10134
9911
|
class ResidenceBookletOCRRequest < TencentCloud::Common::AbstractModel
|
10135
|
-
# @param ImageBase64: 图片的 Base64
|
10136
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
10137
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
10138
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
9912
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10139
9913
|
# @type ImageBase64: String
|
10140
|
-
# @param ImageUrl: 图片的 Url
|
10141
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
10142
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
10143
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
10144
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
9914
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
10145
9915
|
# @type ImageUrl: String
|
10146
9916
|
|
10147
9917
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -10485,11 +10255,9 @@ module TencentCloud
|
|
10485
10255
|
|
10486
10256
|
# RideHailingDriverLicenseOCR请求参数结构体
|
10487
10257
|
class RideHailingDriverLicenseOCRRequest < TencentCloud::Common::AbstractModel
|
10488
|
-
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
10489
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10258
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10490
10259
|
# @type ImageBase64: String
|
10491
|
-
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
10492
|
-
# 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
10260
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
10493
10261
|
# @type ImageUrl: String
|
10494
10262
|
|
10495
10263
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -10543,11 +10311,9 @@ module TencentCloud
|
|
10543
10311
|
|
10544
10312
|
# RideHailingTransportLicenseOCR请求参数结构体
|
10545
10313
|
class RideHailingTransportLicenseOCRRequest < TencentCloud::Common::AbstractModel
|
10546
|
-
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
10547
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10314
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10548
10315
|
# @type ImageBase64: String
|
10549
|
-
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
10550
|
-
# 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
10316
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
10551
10317
|
# @type ImageUrl: String
|
10552
10318
|
|
10553
10319
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -10668,11 +10434,9 @@ module TencentCloud
|
|
10668
10434
|
|
10669
10435
|
# SealOCR请求参数结构体
|
10670
10436
|
class SealOCRRequest < TencentCloud::Common::AbstractModel
|
10671
|
-
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过
|
10672
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10437
|
+
# @param ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10673
10438
|
# @type ImageBase64: String
|
10674
|
-
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过
|
10675
|
-
# 建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
10439
|
+
# @param ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
10676
10440
|
# @type ImageUrl: String
|
10677
10441
|
# @param EnablePdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
10678
10442
|
# @type EnablePdf: Boolean
|
@@ -10777,16 +10541,9 @@ module TencentCloud
|
|
10777
10541
|
|
10778
10542
|
# ShipInvoiceOCR请求参数结构体
|
10779
10543
|
class ShipInvoiceOCRRequest < TencentCloud::Common::AbstractModel
|
10780
|
-
# @param ImageBase64: 图片的 Base64
|
10781
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
10782
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
10783
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10544
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
10784
10545
|
# @type ImageBase64: String
|
10785
|
-
# @param ImageUrl: 图片的 Url
|
10786
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
10787
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
10788
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
10789
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
10546
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
10790
10547
|
# @type ImageUrl: String
|
10791
10548
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
10792
10549
|
# @type IsPdf: Boolean
|
@@ -11732,16 +11489,9 @@ module TencentCloud
|
|
11732
11489
|
|
11733
11490
|
# TaxiInvoiceOCR请求参数结构体
|
11734
11491
|
class TaxiInvoiceOCRRequest < TencentCloud::Common::AbstractModel
|
11735
|
-
# @param ImageBase64: 图片的 Base64
|
11736
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
11737
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
11738
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
11492
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
11739
11493
|
# @type ImageBase64: String
|
11740
|
-
# @param ImageUrl: 图片的 Url
|
11741
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
11742
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
11743
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
11744
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
11494
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
11745
11495
|
# @type ImageUrl: String
|
11746
11496
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
11747
11497
|
# @type IsPdf: Boolean
|
@@ -11767,9 +11517,9 @@ module TencentCloud
|
|
11767
11517
|
|
11768
11518
|
# TaxiInvoiceOCR返回参数结构体
|
11769
11519
|
class TaxiInvoiceOCRResponse < TencentCloud::Common::AbstractModel
|
11770
|
-
# @param InvoiceNum:
|
11520
|
+
# @param InvoiceNum: 发票号码
|
11771
11521
|
# @type InvoiceNum: String
|
11772
|
-
# @param InvoiceCode:
|
11522
|
+
# @param InvoiceCode: 发票代码
|
11773
11523
|
# @type InvoiceCode: String
|
11774
11524
|
# @param Date: 日期
|
11775
11525
|
# @type Date: String
|
@@ -12072,16 +11822,9 @@ module TencentCloud
|
|
12072
11822
|
|
12073
11823
|
# TextDetect请求参数结构体
|
12074
11824
|
class TextDetectRequest < TencentCloud::Common::AbstractModel
|
12075
|
-
# @param ImageBase64: 图片的 Base64
|
12076
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
12077
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
12078
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
11825
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
12079
11826
|
# @type ImageBase64: String
|
12080
|
-
# @param ImageUrl: 图片的 Url
|
12081
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
12082
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
12083
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
12084
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
11827
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
12085
11828
|
# @type ImageUrl: String
|
12086
11829
|
|
12087
11830
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -12820,16 +12563,9 @@ module TencentCloud
|
|
12820
12563
|
|
12821
12564
|
# TollInvoiceOCR请求参数结构体
|
12822
12565
|
class TollInvoiceOCRRequest < TencentCloud::Common::AbstractModel
|
12823
|
-
# @param ImageBase64: 图片的 Base64
|
12824
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
12825
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
12826
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
12566
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
12827
12567
|
# @type ImageBase64: String
|
12828
|
-
# @param ImageUrl: 图片的 Url
|
12829
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
12830
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
12831
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
12832
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
12568
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
12833
12569
|
# @type ImageUrl: String
|
12834
12570
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
12835
12571
|
# @type IsPdf: Boolean
|
@@ -13002,16 +12738,9 @@ module TencentCloud
|
|
13002
12738
|
|
13003
12739
|
# TrainTicketOCR请求参数结构体
|
13004
12740
|
class TrainTicketOCRRequest < TencentCloud::Common::AbstractModel
|
13005
|
-
# @param ImageBase64: 图片的 Base64
|
13006
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
13007
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
13008
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
12741
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
13009
12742
|
# @type ImageBase64: String
|
13010
|
-
# @param ImageUrl: 图片的 Url
|
13011
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
13012
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
13013
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
13014
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
12743
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
13015
12744
|
# @type ImageUrl: String
|
13016
12745
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
13017
12746
|
# @type IsPdf: Boolean
|
@@ -14206,18 +13935,9 @@ module TencentCloud
|
|
14206
13935
|
|
14207
13936
|
# VatInvoiceOCR请求参数结构体
|
14208
13937
|
class VatInvoiceOCRRequest < TencentCloud::Common::AbstractModel
|
14209
|
-
# @param ImageBase64: 图片/PDF的 Base64
|
14210
|
-
# 支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
14211
|
-
# 支持的图片/PDF大小:所下载文件经Base64编码后不超过 7M。文件下载时间不超过 3 秒。
|
14212
|
-
# 支持的图片像素:需介于20-10000px之间。
|
14213
|
-
# 输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
13938
|
+
# @param ImageBase64: 图片/PDF的 Base64 值。支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片/PDF大小:所下载文件经Base64编码后不超过 10M。文件下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14214
13939
|
# @type ImageBase64: String
|
14215
|
-
# @param ImageUrl: 图片/PDF的 Url
|
14216
|
-
# 支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
14217
|
-
# 支持的图片/PDF大小:所下载文件经 Base64 编码后不超过 7M。文件下载时间不超过 3 秒。
|
14218
|
-
# 支持的图片像素:需介于20-10000px之间。
|
14219
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
14220
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
13940
|
+
# @param ImageUrl: 图片/PDF的 Url 地址。支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片/PDF大小:所下载文件经 Base64 编码后不超过 10M。文件下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14221
13941
|
# @type ImageUrl: String
|
14222
13942
|
# @param IsPdf: 是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。
|
14223
13943
|
# @type IsPdf: Boolean
|
@@ -14575,16 +14295,9 @@ module TencentCloud
|
|
14575
14295
|
|
14576
14296
|
# VatRollInvoiceOCR请求参数结构体
|
14577
14297
|
class VatRollInvoiceOCRRequest < TencentCloud::Common::AbstractModel
|
14578
|
-
# @param ImageBase64: 图片的 Base64
|
14579
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14580
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
14581
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14298
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14582
14299
|
# @type ImageBase64: String
|
14583
|
-
# @param ImageUrl: 图片的 Url
|
14584
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
14585
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
14586
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
14587
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14300
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14588
14301
|
# @type ImageUrl: String
|
14589
14302
|
# @param IsPdf: 是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。
|
14590
14303
|
# @type IsPdf: Boolean
|
@@ -15084,16 +14797,9 @@ module TencentCloud
|
|
15084
14797
|
|
15085
14798
|
# VinOCR请求参数结构体
|
15086
14799
|
class VinOCRRequest < TencentCloud::Common::AbstractModel
|
15087
|
-
# @param ImageBase64: 图片的 Base64
|
15088
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15089
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
15090
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14800
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
15091
14801
|
# @type ImageBase64: String
|
15092
|
-
# @param ImageUrl: 图片的 Url
|
15093
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15094
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
15095
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
15096
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14802
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15097
14803
|
# @type ImageUrl: String
|
15098
14804
|
|
15099
14805
|
attr_accessor :ImageBase64, :ImageUrl
|
@@ -15131,16 +14837,9 @@ module TencentCloud
|
|
15131
14837
|
|
15132
14838
|
# WaybillOCR请求参数结构体
|
15133
14839
|
class WaybillOCRRequest < TencentCloud::Common::AbstractModel
|
15134
|
-
# @param ImageBase64: 图片的 Base64
|
15135
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15136
|
-
# 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
15137
|
-
# 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
14840
|
+
# @param ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
15138
14841
|
# @type ImageBase64: String
|
15139
|
-
# @param ImageUrl: 图片的 Url
|
15140
|
-
# 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
15141
|
-
# 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
15142
|
-
# 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
15143
|
-
# 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
14842
|
+
# @param ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
15144
14843
|
# @type ImageUrl: String
|
15145
14844
|
# @param EnablePreDetect: 预检测开关,当待识别运单占整个输入图像的比例较小时,建议打开预检测开关。默认值为false。
|
15146
14845
|
# @type EnablePreDetect: Boolean
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ocr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1092
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|