tccli 3.0.1343.1__py2.py3-none-any.whl → 3.0.1344.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +6 -0
- tccli/services/ams/v20201229/api.json +46 -46
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/batch/batch_client.py +53 -0
- tccli/services/batch/v20170312/api.json +125 -0
- tccli/services/batch/v20170312/examples.json +8 -0
- tccli/services/bh/v20230418/api.json +282 -1
- tccli/services/bh/v20230418/examples.json +3 -3
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +38 -38
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdwch/cdwch_client.py +53 -0
- tccli/services/cdwch/v20200915/api.json +410 -0
- tccli/services/cdwch/v20200915/examples.json +8 -0
- tccli/services/cdwdoris/v20211228/api.json +22 -2
- tccli/services/cfg/v20210820/api.json +72 -0
- tccli/services/ckafka/v20190819/api.json +21 -1
- tccli/services/csip/csip_client.py +163 -4
- tccli/services/csip/v20221121/api.json +967 -164
- tccli/services/csip/v20221121/examples.json +29 -5
- tccli/services/cvm/v20170312/api.json +16 -5
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +61 -0
- tccli/services/emr/emr_client.py +167 -8
- tccli/services/emr/v20190103/api.json +809 -14
- tccli/services/emr/v20190103/examples.json +24 -0
- tccli/services/es/v20250101/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +15 -6
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/gs/v20191118/api.json +40 -1
- tccli/services/gs/v20191118/examples.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/igtm/__init__.py +4 -0
- tccli/services/igtm/igtm_client.py +1373 -0
- tccli/services/igtm/v20231024/api.json +3569 -0
- tccli/services/igtm/v20231024/examples.json +207 -0
- tccli/services/ims/v20201229/api.json +20 -28
- tccli/services/ioa/ioa_client.py +114 -8
- tccli/services/ioa/v20220601/api.json +218 -3
- tccli/services/ioa/v20220601/examples.json +16 -0
- tccli/services/iss/v20230517/api.json +11 -2
- tccli/services/kms/v20190118/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/mps/v20190612/api.json +43 -5
- tccli/services/ocr/v20181119/api.json +127 -118
- tccli/services/partners/v20180321/api.json +1 -1
- tccli/services/securitylake/__init__.py +4 -0
- tccli/services/securitylake/securitylake_client.py +207 -0
- tccli/services/securitylake/v20240117/api.json +723 -0
- tccli/services/securitylake/v20240117/examples.json +13 -0
- tccli/services/tcbr/v20220217/api.json +70 -0
- tccli/services/tdmq/v20200217/api.json +263 -5
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +40 -30
- tccli/services/teo/v20220901/examples.json +19 -19
- tccli/services/tione/tione_client.py +57 -4
- tccli/services/tione/v20211111/api.json +283 -1
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +37 -28
- tccli/services/tms/v20201229/api.json +14 -21
- tccli/services/trocket/v20230308/api.json +80 -80
- tccli/services/trocket/v20230308/examples.json +1 -1
- tccli/services/tsf/tsf_client.py +61 -8
- tccli/services/tsf/v20180326/api.json +3161 -2106
- tccli/services/tsf/v20180326/examples.json +8 -0
- tccli/services/vdb/v20230616/api.json +49 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vm/v20210922/api.json +8 -8
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/wav/v20210129/api.json +10 -10
- tccli/services/wav/v20210129/examples.json +3 -3
- tccli/services/wedata/v20210820/api.json +11 -0
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/RECORD +79 -71
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/license_files/LICENSE +0 -0
@@ -622,7 +622,7 @@
|
|
622
622
|
"members": [
|
623
623
|
{
|
624
624
|
"disabled": false,
|
625
|
-
"document": "图片的 Base64
|
625
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
626
626
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
627
627
|
"member": "string",
|
628
628
|
"name": "ImageBase64",
|
@@ -631,7 +631,7 @@
|
|
631
631
|
},
|
632
632
|
{
|
633
633
|
"disabled": false,
|
634
|
-
"document": "图片的 Url
|
634
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP格式。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
635
635
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/AdvertiseOCR/AdvertiseOCR1.jpg",
|
636
636
|
"member": "string",
|
637
637
|
"name": "ImageUrl",
|
@@ -1406,7 +1406,7 @@
|
|
1406
1406
|
"members": [
|
1407
1407
|
{
|
1408
1408
|
"disabled": false,
|
1409
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
1409
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
1410
1410
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
1411
1411
|
"member": "string",
|
1412
1412
|
"name": "ImageBase64",
|
@@ -1415,7 +1415,7 @@
|
|
1415
1415
|
},
|
1416
1416
|
{
|
1417
1417
|
"disabled": false,
|
1418
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
1418
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
1419
1419
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/BankCardOCR/BankCardOCR1.jpg",
|
1420
1420
|
"member": "string",
|
1421
1421
|
"name": "ImageUrl",
|
@@ -2258,7 +2258,7 @@
|
|
2258
2258
|
"members": [
|
2259
2259
|
{
|
2260
2260
|
"disabled": false,
|
2261
|
-
"document": "图片的 Base64
|
2261
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
2262
2262
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
2263
2263
|
"member": "string",
|
2264
2264
|
"name": "ImageBase64",
|
@@ -2267,7 +2267,7 @@
|
|
2267
2267
|
},
|
2268
2268
|
{
|
2269
2269
|
"disabled": false,
|
2270
|
-
"document": "图片的 Url
|
2270
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
2271
2271
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
2272
2272
|
"member": "string",
|
2273
2273
|
"name": "ImageUrl",
|
@@ -2505,7 +2505,7 @@
|
|
2505
2505
|
"members": [
|
2506
2506
|
{
|
2507
2507
|
"disabled": false,
|
2508
|
-
"document": "图片的 Base64
|
2508
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
2509
2509
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
2510
2510
|
"member": "string",
|
2511
2511
|
"name": "ImageBase64",
|
@@ -2514,7 +2514,7 @@
|
|
2514
2514
|
},
|
2515
2515
|
{
|
2516
2516
|
"disabled": false,
|
2517
|
-
"document": "图片的 Url
|
2517
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
2518
2518
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
2519
2519
|
"member": "string",
|
2520
2520
|
"name": "ImageUrl",
|
@@ -2692,7 +2692,7 @@
|
|
2692
2692
|
"members": [
|
2693
2693
|
{
|
2694
2694
|
"disabled": false,
|
2695
|
-
"document": "图片的 Base64
|
2695
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
2696
2696
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
2697
2697
|
"member": "string",
|
2698
2698
|
"name": "ImageBase64",
|
@@ -2701,7 +2701,7 @@
|
|
2701
2701
|
},
|
2702
2702
|
{
|
2703
2703
|
"disabled": false,
|
2704
|
-
"document": "图片的 Url
|
2704
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
2705
2705
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
2706
2706
|
"member": "string",
|
2707
2707
|
"name": "ImageUrl",
|
@@ -2747,7 +2747,7 @@
|
|
2747
2747
|
"members": [
|
2748
2748
|
{
|
2749
2749
|
"disabled": false,
|
2750
|
-
"document": "图片的 Base64
|
2750
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
2751
2751
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
2752
2752
|
"member": "string",
|
2753
2753
|
"name": "ImageBase64",
|
@@ -2756,7 +2756,7 @@
|
|
2756
2756
|
},
|
2757
2757
|
{
|
2758
2758
|
"disabled": false,
|
2759
|
-
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
2759
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
2760
2760
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume",
|
2761
2761
|
"member": "string",
|
2762
2762
|
"name": "ImageUrl",
|
@@ -3130,7 +3130,7 @@
|
|
3130
3130
|
"members": [
|
3131
3131
|
{
|
3132
3132
|
"disabled": false,
|
3133
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
3133
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
3134
3134
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
3135
3135
|
"member": "string",
|
3136
3136
|
"name": "ImageBase64",
|
@@ -3139,7 +3139,7 @@
|
|
3139
3139
|
},
|
3140
3140
|
{
|
3141
3141
|
"disabled": false,
|
3142
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
3142
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
3143
3143
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/vehicle/DriverLicenseOCR/DriverLicenseOCR1.jpg",
|
3144
3144
|
"member": "string",
|
3145
3145
|
"name": "ImageUrl",
|
@@ -3431,7 +3431,7 @@
|
|
3431
3431
|
"members": [
|
3432
3432
|
{
|
3433
3433
|
"disabled": false,
|
3434
|
-
"document": "图片的 Base64
|
3434
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
3435
3435
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
3436
3436
|
"member": "string",
|
3437
3437
|
"name": "ImageBase64",
|
@@ -3440,7 +3440,7 @@
|
|
3440
3440
|
},
|
3441
3441
|
{
|
3442
3442
|
"disabled": false,
|
3443
|
-
"document": "图片的 Url
|
3443
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
3444
3444
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
3445
3445
|
"member": "string",
|
3446
3446
|
"name": "ImageUrl",
|
@@ -4830,7 +4830,7 @@
|
|
4830
4830
|
"members": [
|
4831
4831
|
{
|
4832
4832
|
"disabled": false,
|
4833
|
-
"document": "图片的 Base64
|
4833
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
4834
4834
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
4835
4835
|
"member": "string",
|
4836
4836
|
"name": "ImageBase64",
|
@@ -4839,7 +4839,7 @@
|
|
4839
4839
|
},
|
4840
4840
|
{
|
4841
4841
|
"disabled": false,
|
4842
|
-
"document": "图片的 Url
|
4842
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
4843
4843
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
4844
4844
|
"member": "string",
|
4845
4845
|
"name": "ImageUrl",
|
@@ -5106,7 +5106,7 @@
|
|
5106
5106
|
"members": [
|
5107
5107
|
{
|
5108
5108
|
"disabled": false,
|
5109
|
-
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
5109
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
5110
5110
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
|
5111
5111
|
"member": "string",
|
5112
5112
|
"name": "ImageUrl",
|
@@ -5115,7 +5115,7 @@
|
|
5115
5115
|
},
|
5116
5116
|
{
|
5117
5117
|
"disabled": false,
|
5118
|
-
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
5118
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
5119
5119
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
5120
5120
|
"member": "string",
|
5121
5121
|
"name": "ImageBase64",
|
@@ -5254,7 +5254,7 @@
|
|
5254
5254
|
"members": [
|
5255
5255
|
{
|
5256
5256
|
"disabled": false,
|
5257
|
-
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
5257
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
5258
5258
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
|
5259
5259
|
"member": "string",
|
5260
5260
|
"name": "ImageUrl",
|
@@ -5263,7 +5263,7 @@
|
|
5263
5263
|
},
|
5264
5264
|
{
|
5265
5265
|
"disabled": false,
|
5266
|
-
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
5266
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
5267
5267
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
5268
5268
|
"member": "string",
|
5269
5269
|
"name": "ImageBase64",
|
@@ -5428,7 +5428,7 @@
|
|
5428
5428
|
"members": [
|
5429
5429
|
{
|
5430
5430
|
"disabled": false,
|
5431
|
-
"document": "图片的 Base64
|
5431
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
5432
5432
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
5433
5433
|
"member": "string",
|
5434
5434
|
"name": "ImageBase64",
|
@@ -5437,7 +5437,7 @@
|
|
5437
5437
|
},
|
5438
5438
|
{
|
5439
5439
|
"disabled": false,
|
5440
|
-
"document": "图片的 Url
|
5440
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
5441
5441
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
5442
5442
|
"member": "string",
|
5443
5443
|
"name": "ImageUrl",
|
@@ -5500,7 +5500,7 @@
|
|
5500
5500
|
"members": [
|
5501
5501
|
{
|
5502
5502
|
"disabled": false,
|
5503
|
-
"document": "图片的 Base64
|
5503
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
5504
5504
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
5505
5505
|
"member": "string",
|
5506
5506
|
"name": "ImageBase64",
|
@@ -5509,7 +5509,7 @@
|
|
5509
5509
|
},
|
5510
5510
|
{
|
5511
5511
|
"disabled": false,
|
5512
|
-
"document": "图片的 Url
|
5512
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
5513
5513
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
5514
5514
|
"member": "string",
|
5515
5515
|
"name": "ImageUrl",
|
@@ -5940,7 +5940,7 @@
|
|
5940
5940
|
"members": [
|
5941
5941
|
{
|
5942
5942
|
"disabled": false,
|
5943
|
-
"document": "图片的 Base64
|
5943
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
5944
5944
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
5945
5945
|
"member": "string",
|
5946
5946
|
"name": "ImageBase64",
|
@@ -5949,7 +5949,7 @@
|
|
5949
5949
|
},
|
5950
5950
|
{
|
5951
5951
|
"disabled": false,
|
5952
|
-
"document": "图片的 Url
|
5952
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
5953
5953
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
5954
5954
|
"member": "string",
|
5955
5955
|
"name": "ImageUrl",
|
@@ -6236,7 +6236,7 @@
|
|
6236
6236
|
"members": [
|
6237
6237
|
{
|
6238
6238
|
"disabled": false,
|
6239
|
-
"document": "图片的 Base64
|
6239
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
6240
6240
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
6241
6241
|
"member": "string",
|
6242
6242
|
"name": "ImageBase64",
|
@@ -6245,7 +6245,7 @@
|
|
6245
6245
|
},
|
6246
6246
|
{
|
6247
6247
|
"disabled": false,
|
6248
|
-
"document": "图片的 Url
|
6248
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
6249
6249
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
6250
6250
|
"member": "string",
|
6251
6251
|
"name": "ImageUrl",
|
@@ -7248,7 +7248,7 @@
|
|
7248
7248
|
"members": [
|
7249
7249
|
{
|
7250
7250
|
"disabled": false,
|
7251
|
-
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
7251
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
7252
7252
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
|
7253
7253
|
"member": "string",
|
7254
7254
|
"name": "ImageUrl",
|
@@ -7257,7 +7257,7 @@
|
|
7257
7257
|
},
|
7258
7258
|
{
|
7259
7259
|
"disabled": false,
|
7260
|
-
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
7260
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
7261
7261
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
7262
7262
|
"member": "string",
|
7263
7263
|
"name": "ImageBase64",
|
@@ -7845,7 +7845,7 @@
|
|
7845
7845
|
"members": [
|
7846
7846
|
{
|
7847
7847
|
"disabled": false,
|
7848
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
7848
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
7849
7849
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
7850
7850
|
"member": "string",
|
7851
7851
|
"name": "ImageBase64",
|
@@ -7854,7 +7854,7 @@
|
|
7854
7854
|
},
|
7855
7855
|
{
|
7856
7856
|
"disabled": false,
|
7857
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
7857
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
7858
7858
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/IDCardOCR/IDCardOCR1.jpg",
|
7859
7859
|
"member": "string",
|
7860
7860
|
"name": "ImageUrl",
|
@@ -7905,6 +7905,15 @@
|
|
7905
7905
|
"name": "EnableDateVerify",
|
7906
7906
|
"required": false,
|
7907
7907
|
"type": "bool"
|
7908
|
+
},
|
7909
|
+
{
|
7910
|
+
"disabled": false,
|
7911
|
+
"document": "Basic:使用基础卡证告警能力; Advanced:开启通用卡证鉴伪能力(需要在控制台开启“通用卡证鉴伪”后计费功能或购买“通用卡证鉴伪”资源包后才能使用),默认值为 Basic",
|
7912
|
+
"example": "Basic",
|
7913
|
+
"member": "string",
|
7914
|
+
"name": "CardWarnType",
|
7915
|
+
"required": false,
|
7916
|
+
"type": "string"
|
7908
7917
|
}
|
7909
7918
|
],
|
7910
7919
|
"type": "object"
|
@@ -8098,7 +8107,7 @@
|
|
8098
8107
|
"members": [
|
8099
8108
|
{
|
8100
8109
|
"disabled": false,
|
8101
|
-
"document": "图片的 Base64
|
8110
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
8102
8111
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
8103
8112
|
"member": "string",
|
8104
8113
|
"name": "ImageBase64",
|
@@ -8107,7 +8116,7 @@
|
|
8107
8116
|
},
|
8108
8117
|
{
|
8109
8118
|
"disabled": false,
|
8110
|
-
"document": "图片的 Url
|
8119
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
8111
8120
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/tie/static/images/1-1.png",
|
8112
8121
|
"member": "string",
|
8113
8122
|
"name": "ImageUrl",
|
@@ -8198,7 +8207,7 @@
|
|
8198
8207
|
"members": [
|
8199
8208
|
{
|
8200
8209
|
"disabled": false,
|
8201
|
-
"document": "图片的 Base64
|
8210
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
8202
8211
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
8203
8212
|
"member": "string",
|
8204
8213
|
"name": "ImageBase64",
|
@@ -8207,7 +8216,7 @@
|
|
8207
8216
|
},
|
8208
8217
|
{
|
8209
8218
|
"disabled": false,
|
8210
|
-
"document": "图片的 Url
|
8219
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
8211
8220
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
8212
8221
|
"member": "string",
|
8213
8222
|
"name": "ImageUrl",
|
@@ -8310,7 +8319,7 @@
|
|
8310
8319
|
"members": [
|
8311
8320
|
{
|
8312
8321
|
"disabled": false,
|
8313
|
-
"document": "图片的 Base64
|
8322
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
8314
8323
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
8315
8324
|
"member": "string",
|
8316
8325
|
"name": "ImageBase64",
|
@@ -8319,7 +8328,7 @@
|
|
8319
8328
|
},
|
8320
8329
|
{
|
8321
8330
|
"disabled": false,
|
8322
|
-
"document": "图片的 Url
|
8331
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
8323
8332
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
8324
8333
|
"member": "string",
|
8325
8334
|
"name": "ImageUrl",
|
@@ -8438,7 +8447,7 @@
|
|
8438
8447
|
"members": [
|
8439
8448
|
{
|
8440
8449
|
"disabled": false,
|
8441
|
-
"document": "图片的 Base64
|
8450
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
8442
8451
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
8443
8452
|
"member": "string",
|
8444
8453
|
"name": "ImageBase64",
|
@@ -8447,7 +8456,7 @@
|
|
8447
8456
|
},
|
8448
8457
|
{
|
8449
8458
|
"disabled": false,
|
8450
|
-
"document": "图片的 Url
|
8459
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
8451
8460
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
8452
8461
|
"member": "string",
|
8453
8462
|
"name": "ImageUrl",
|
@@ -8874,7 +8883,7 @@
|
|
8874
8883
|
"members": [
|
8875
8884
|
{
|
8876
8885
|
"disabled": false,
|
8877
|
-
"document": "图片的 Base64
|
8886
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
8878
8887
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
8879
8888
|
"member": "string",
|
8880
8889
|
"name": "ImageBase64",
|
@@ -8883,7 +8892,7 @@
|
|
8883
8892
|
},
|
8884
8893
|
{
|
8885
8894
|
"disabled": false,
|
8886
|
-
"document": "图片的 Url
|
8895
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
8887
8896
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/vehicle/LicensePlateOCR/LicensePlateOCR1.jpg",
|
8888
8897
|
"member": "string",
|
8889
8898
|
"name": "ImageUrl",
|
@@ -9730,7 +9739,7 @@
|
|
9730
9739
|
"members": [
|
9731
9740
|
{
|
9732
9741
|
"disabled": false,
|
9733
|
-
"document": "图片的 Base64
|
9742
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
9734
9743
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
9735
9744
|
"member": "string",
|
9736
9745
|
"name": "ImageBase64",
|
@@ -9739,7 +9748,7 @@
|
|
9739
9748
|
},
|
9740
9749
|
{
|
9741
9750
|
"disabled": false,
|
9742
|
-
"document": "图片的 Url
|
9751
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
9743
9752
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/MainlandPermitOCR/MainlandPermitOCR1.png",
|
9744
9753
|
"member": "string",
|
9745
9754
|
"name": "ImageUrl",
|
@@ -10127,7 +10136,7 @@
|
|
10127
10136
|
},
|
10128
10137
|
{
|
10129
10138
|
"disabled": false,
|
10130
|
-
"document": "图片的 Base64
|
10139
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
10131
10140
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
10132
10141
|
"member": "string",
|
10133
10142
|
"name": "ImageBase64",
|
@@ -10136,7 +10145,7 @@
|
|
10136
10145
|
},
|
10137
10146
|
{
|
10138
10147
|
"disabled": false,
|
10139
|
-
"document": "图片的 Url
|
10148
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
10140
10149
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
10141
10150
|
"member": "string",
|
10142
10151
|
"name": "ImageUrl",
|
@@ -10257,7 +10266,7 @@
|
|
10257
10266
|
"members": [
|
10258
10267
|
{
|
10259
10268
|
"disabled": false,
|
10260
|
-
"document": "图片的 Base64
|
10269
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
10261
10270
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
10262
10271
|
"member": "string",
|
10263
10272
|
"name": "ImageBase64",
|
@@ -10266,7 +10275,7 @@
|
|
10266
10275
|
},
|
10267
10276
|
{
|
10268
10277
|
"disabled": false,
|
10269
|
-
"document": "图片的 Url
|
10278
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
10270
10279
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
10271
10280
|
"member": "string",
|
10272
10281
|
"name": "ImageUrl",
|
@@ -11194,7 +11203,7 @@
|
|
11194
11203
|
"members": [
|
11195
11204
|
{
|
11196
11205
|
"disabled": false,
|
11197
|
-
"document": "图片的 Base64
|
11206
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
11198
11207
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
11199
11208
|
"member": "string",
|
11200
11209
|
"name": "ImageBase64",
|
@@ -11203,7 +11212,7 @@
|
|
11203
11212
|
},
|
11204
11213
|
{
|
11205
11214
|
"disabled": false,
|
11206
|
-
"document": "图片的 Url
|
11215
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
11207
11216
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
11208
11217
|
"member": "string",
|
11209
11218
|
"name": "ImageUrl",
|
@@ -11450,7 +11459,7 @@
|
|
11450
11459
|
"members": [
|
11451
11460
|
{
|
11452
11461
|
"disabled": false,
|
11453
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
11462
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
11454
11463
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
11455
11464
|
"member": "string",
|
11456
11465
|
"name": "ImageBase64",
|
@@ -11459,7 +11468,7 @@
|
|
11459
11468
|
},
|
11460
11469
|
{
|
11461
11470
|
"disabled": false,
|
11462
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
11471
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
11463
11472
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/PassportOCR/PassportOCR1.jpg",
|
11464
11473
|
"member": "string",
|
11465
11474
|
"name": "ImageUrl",
|
@@ -12163,7 +12172,7 @@
|
|
12163
12172
|
"members": [
|
12164
12173
|
{
|
12165
12174
|
"disabled": false,
|
12166
|
-
"document": "图片的 Base64
|
12175
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
12167
12176
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
12168
12177
|
"member": "string",
|
12169
12178
|
"name": "ImageBase64",
|
@@ -12172,7 +12181,7 @@
|
|
12172
12181
|
},
|
12173
12182
|
{
|
12174
12183
|
"disabled": false,
|
12175
|
-
"document": "图片的 Url
|
12184
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
12176
12185
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
12177
12186
|
"member": "string",
|
12178
12187
|
"name": "ImageUrl",
|
@@ -12285,7 +12294,7 @@
|
|
12285
12294
|
"members": [
|
12286
12295
|
{
|
12287
12296
|
"disabled": false,
|
12288
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
12297
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
12289
12298
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
12290
12299
|
"member": "string",
|
12291
12300
|
"name": "ImageBase64",
|
@@ -12294,7 +12303,7 @@
|
|
12294
12303
|
},
|
12295
12304
|
{
|
12296
12305
|
"disabled": false,
|
12297
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
12306
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
12298
12307
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/QrcodeOCR/QrcodeOCR1.jpg",
|
12299
12308
|
"member": "string",
|
12300
12309
|
"name": "ImageUrl",
|
@@ -12852,7 +12861,7 @@
|
|
12852
12861
|
"members": [
|
12853
12862
|
{
|
12854
12863
|
"disabled": false,
|
12855
|
-
"document": "图片的 Base64
|
12864
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
12856
12865
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
12857
12866
|
"member": "string",
|
12858
12867
|
"name": "ImageBase64",
|
@@ -12861,7 +12870,7 @@
|
|
12861
12870
|
},
|
12862
12871
|
{
|
12863
12872
|
"disabled": false,
|
12864
|
-
"document": "图片的 Url
|
12873
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
12865
12874
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
12866
12875
|
"member": "string",
|
12867
12876
|
"name": "ImageUrl",
|
@@ -13242,7 +13251,7 @@
|
|
13242
13251
|
"members": [
|
13243
13252
|
{
|
13244
13253
|
"disabled": false,
|
13245
|
-
"document": "图片的 Base64
|
13254
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13246
13255
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13247
13256
|
"member": "string",
|
13248
13257
|
"name": "ImageBase64",
|
@@ -13251,7 +13260,7 @@
|
|
13251
13260
|
},
|
13252
13261
|
{
|
13253
13262
|
"disabled": false,
|
13254
|
-
"document": "图片的 Url
|
13263
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
13255
13264
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
13256
13265
|
"member": "string",
|
13257
13266
|
"name": "ImageUrl",
|
@@ -13406,7 +13415,7 @@
|
|
13406
13415
|
},
|
13407
13416
|
{
|
13408
13417
|
"disabled": false,
|
13409
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
13418
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13410
13419
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13411
13420
|
"member": "string",
|
13412
13421
|
"name": "ImageBase64",
|
@@ -13415,7 +13424,7 @@
|
|
13415
13424
|
},
|
13416
13425
|
{
|
13417
13426
|
"disabled": false,
|
13418
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
13427
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
13419
13428
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/IDCardOCR/IDCardOCR3.jpg",
|
13420
13429
|
"member": "string",
|
13421
13430
|
"name": "ImageUrl",
|
@@ -13598,7 +13607,7 @@
|
|
13598
13607
|
"members": [
|
13599
13608
|
{
|
13600
13609
|
"disabled": false,
|
13601
|
-
"document": "图片的 Url
|
13610
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume",
|
13602
13611
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/ForeignPermanentResidentIdCard/ForeignPermanentResidentIdCard1.jpg",
|
13603
13612
|
"member": "string",
|
13604
13613
|
"name": "ImageUrl",
|
@@ -13607,7 +13616,7 @@
|
|
13607
13616
|
},
|
13608
13617
|
{
|
13609
13618
|
"disabled": false,
|
13610
|
-
"document": "图片的 Base64
|
13619
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13611
13620
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13612
13621
|
"member": "string",
|
13613
13622
|
"name": "ImageBase64",
|
@@ -13853,7 +13862,7 @@
|
|
13853
13862
|
},
|
13854
13863
|
{
|
13855
13864
|
"disabled": false,
|
13856
|
-
"document": "卡证类型参数,包含以下范围: \nGeneral:通用卡证\nIDCard:身份证 \nPassport:护照 \nBankCard:银行卡\nVehicleLicense:行驶证\nDriverLicense:驾驶证\nBizLicense:营业执照 \nHmtResidentPermit:港澳台居住证\nForeignPermanentResident:外国人永居证\nMainlandPermit
|
13865
|
+
"document": "卡证类型参数,包含以下范围: \nGeneral:通用卡证\nIDCard:身份证 \nPassport:护照 \nBankCard:银行卡\nVehicleLicense:行驶证\nDriverLicense:驾驶证\nBizLicense:营业执照 \nHmtResidentPermit:港澳台居住证\nForeignPermanentResident:外国人永居证\nMainlandPermit:港澳台来往内地通行证\nSocialSecurityCard:社保卡",
|
13857
13866
|
"example": "General",
|
13858
13867
|
"member": "string",
|
13859
13868
|
"name": "CardType",
|
@@ -13886,7 +13895,7 @@
|
|
13886
13895
|
"members": [
|
13887
13896
|
{
|
13888
13897
|
"disabled": false,
|
13889
|
-
"document": "卡证类型参数,包含以下范围: \nGeneral:通用卡证\nIDCard:身份证 \nPassport:护照 \nBankCard:银行卡\nVehicleLicense:行驶证\nDriverLicense:驾驶证\nBizLicense:营业执照 \nHmtResidentPermit:港澳台居住证\nForeignPermanentResident:外国人永居证\nMainlandPermit
|
13898
|
+
"document": "卡证类型参数,包含以下范围: \nGeneral:通用卡证\nIDCard:身份证 \nPassport:护照 \nBankCard:银行卡\nVehicleLicense:行驶证\nDriverLicense:驾驶证\nBizLicense:营业执照 \nHmtResidentPermit:港澳台居住证\nForeignPermanentResident:外国人永居证\nMainlandPermit:港澳台来往内地通行证\nSocialSecurityCard:社保卡",
|
13890
13899
|
"example": "无",
|
13891
13900
|
"member": "string",
|
13892
13901
|
"name": "CardType",
|
@@ -14145,7 +14154,7 @@
|
|
14145
14154
|
"members": [
|
14146
14155
|
{
|
14147
14156
|
"disabled": false,
|
14148
|
-
"document": "图片的 Url
|
14157
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14149
14158
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/RecognizeGeneralTextImageWarn/RecognizeGeneralTextImageWarn1.png",
|
14150
14159
|
"member": "string",
|
14151
14160
|
"name": "ImageUrl",
|
@@ -14154,7 +14163,7 @@
|
|
14154
14163
|
},
|
14155
14164
|
{
|
14156
14165
|
"disabled": false,
|
14157
|
-
"document": "图片的 Base64
|
14166
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14158
14167
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14159
14168
|
"member": "string",
|
14160
14169
|
"name": "ImageBase64",
|
@@ -14258,7 +14267,7 @@
|
|
14258
14267
|
"members": [
|
14259
14268
|
{
|
14260
14269
|
"disabled": false,
|
14261
|
-
"document": "图片的 Base64
|
14270
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14262
14271
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14263
14272
|
"member": "string",
|
14264
14273
|
"name": "ImageBase64",
|
@@ -14267,7 +14276,7 @@
|
|
14267
14276
|
},
|
14268
14277
|
{
|
14269
14278
|
"disabled": false,
|
14270
|
-
"document": "图片的 Url
|
14279
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14271
14280
|
"example": "https://bentest-1254418846.cos.ap-chengdu.myqcloud.com/%E5%81%A5%E5%BA%B7%E7%A0%81/089c.jpg",
|
14272
14281
|
"member": "string",
|
14273
14282
|
"name": "ImageUrl",
|
@@ -14403,7 +14412,7 @@
|
|
14403
14412
|
"members": [
|
14404
14413
|
{
|
14405
14414
|
"disabled": false,
|
14406
|
-
"document": "图片的Base64
|
14415
|
+
"document": "图片的Base64 值。支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载文件经Base64编码后不超过 10M。文件下载时间不超过 3 秒。输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14407
14416
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14408
14417
|
"member": "string",
|
14409
14418
|
"name": "ImageBase64",
|
@@ -14412,7 +14421,7 @@
|
|
14412
14421
|
},
|
14413
14422
|
{
|
14414
14423
|
"disabled": false,
|
14415
|
-
"document": "图片的Url
|
14424
|
+
"document": "图片的Url 地址。支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载文件经 Base64 编码后不超过 10M。文件下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14416
14425
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/invoice/RecognizeMedicalInvoiceOCR/RecognizeMedicalInvoiceOCR1.jpg",
|
14417
14426
|
"member": "string",
|
14418
14427
|
"name": "ImageUrl",
|
@@ -14495,7 +14504,7 @@
|
|
14495
14504
|
"members": [
|
14496
14505
|
{
|
14497
14506
|
"disabled": false,
|
14498
|
-
"document": "图片的 Base64
|
14507
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14499
14508
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14500
14509
|
"member": "string",
|
14501
14510
|
"name": "ImageBase64",
|
@@ -14504,7 +14513,7 @@
|
|
14504
14513
|
},
|
14505
14514
|
{
|
14506
14515
|
"disabled": false,
|
14507
|
-
"document": "图片的 Url
|
14516
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14508
14517
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
14509
14518
|
"member": "string",
|
14510
14519
|
"name": "ImageUrl",
|
@@ -14559,7 +14568,7 @@
|
|
14559
14568
|
"members": [
|
14560
14569
|
{
|
14561
14570
|
"disabled": false,
|
14562
|
-
"document": "图片的 Base64
|
14571
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14563
14572
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14564
14573
|
"member": "string",
|
14565
14574
|
"name": "ImageBase64",
|
@@ -14568,7 +14577,7 @@
|
|
14568
14577
|
},
|
14569
14578
|
{
|
14570
14579
|
"disabled": false,
|
14571
|
-
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
14580
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14572
14581
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
14573
14582
|
"member": "string",
|
14574
14583
|
"name": "ImageUrl",
|
@@ -14625,7 +14634,7 @@
|
|
14625
14634
|
"members": [
|
14626
14635
|
{
|
14627
14636
|
"disabled": false,
|
14628
|
-
"document": "图片/PDF的 Base64
|
14637
|
+
"document": "图片/PDF的 Base64 值。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14629
14638
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14630
14639
|
"member": "string",
|
14631
14640
|
"name": "ImageBase64",
|
@@ -14634,7 +14643,7 @@
|
|
14634
14643
|
},
|
14635
14644
|
{
|
14636
14645
|
"disabled": false,
|
14637
|
-
"document": "图片/PDF的 Url
|
14646
|
+
"document": "图片/PDF的 Url 地址。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14638
14647
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/TableOCRDDS/TableOCRDDS1.png",
|
14639
14648
|
"member": "string",
|
14640
14649
|
"name": "ImageUrl",
|
@@ -14813,7 +14822,7 @@
|
|
14813
14822
|
"members": [
|
14814
14823
|
{
|
14815
14824
|
"disabled": false,
|
14816
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
14825
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14817
14826
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14818
14827
|
"member": "string",
|
14819
14828
|
"name": "ImageBase64",
|
@@ -14822,7 +14831,7 @@
|
|
14822
14831
|
},
|
14823
14832
|
{
|
14824
14833
|
"disabled": false,
|
14825
|
-
"document": "卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
14834
|
+
"document": "卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14826
14835
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14827
14836
|
"member": "string",
|
14828
14837
|
"name": "BackImageBase64",
|
@@ -14831,7 +14840,7 @@
|
|
14831
14840
|
},
|
14832
14841
|
{
|
14833
14842
|
"disabled": false,
|
14834
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
14843
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
14835
14844
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
14836
14845
|
"member": "string",
|
14837
14846
|
"name": "ImageUrl",
|
@@ -14840,7 +14849,7 @@
|
|
14840
14849
|
},
|
14841
14850
|
{
|
14842
14851
|
"disabled": false,
|
14843
|
-
"document": "卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
14852
|
+
"document": "卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14844
14853
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
14845
14854
|
"member": "string",
|
14846
14855
|
"name": "BackImageUrl",
|
@@ -15046,7 +15055,7 @@
|
|
15046
15055
|
"members": [
|
15047
15056
|
{
|
15048
15057
|
"disabled": false,
|
15049
|
-
"document": "图片的 Base64
|
15058
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15050
15059
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
15051
15060
|
"member": "string",
|
15052
15061
|
"name": "ImageBase64",
|
@@ -15055,7 +15064,7 @@
|
|
15055
15064
|
},
|
15056
15065
|
{
|
15057
15066
|
"disabled": false,
|
15058
|
-
"document": "图片的 Url
|
15067
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
15059
15068
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
15060
15069
|
"member": "string",
|
15061
15070
|
"name": "ImageUrl",
|
@@ -15132,7 +15141,7 @@
|
|
15132
15141
|
"members": [
|
15133
15142
|
{
|
15134
15143
|
"disabled": false,
|
15135
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
15144
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15136
15145
|
"example": "无",
|
15137
15146
|
"member": "string",
|
15138
15147
|
"name": "ImageBase64",
|
@@ -15141,7 +15150,7 @@
|
|
15141
15150
|
},
|
15142
15151
|
{
|
15143
15152
|
"disabled": false,
|
15144
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
15153
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
15145
15154
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/IDCardOCR/IDCardOCR1.jpg",
|
15146
15155
|
"member": "string",
|
15147
15156
|
"name": "ImageUrl",
|
@@ -15361,7 +15370,7 @@
|
|
15361
15370
|
"members": [
|
15362
15371
|
{
|
15363
15372
|
"disabled": false,
|
15364
|
-
"document": "图片的 Base64
|
15373
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15365
15374
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
15366
15375
|
"member": "string",
|
15367
15376
|
"name": "ImageBase64",
|
@@ -15370,7 +15379,7 @@
|
|
15370
15379
|
},
|
15371
15380
|
{
|
15372
15381
|
"disabled": false,
|
15373
|
-
"document": "图片的 Url
|
15382
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
15374
15383
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
15375
15384
|
"member": "string",
|
15376
15385
|
"name": "ImageUrl",
|
@@ -15889,7 +15898,7 @@
|
|
15889
15898
|
"members": [
|
15890
15899
|
{
|
15891
15900
|
"disabled": false,
|
15892
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
15901
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15893
15902
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
15894
15903
|
"member": "string",
|
15895
15904
|
"name": "ImageBase64",
|
@@ -15898,7 +15907,7 @@
|
|
15898
15907
|
},
|
15899
15908
|
{
|
15900
15909
|
"disabled": false,
|
15901
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
15910
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500\\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
15902
15911
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
15903
15912
|
"member": "string",
|
15904
15913
|
"name": "ImageUrl",
|
@@ -15975,7 +15984,7 @@
|
|
15975
15984
|
"members": [
|
15976
15985
|
{
|
15977
15986
|
"disabled": false,
|
15978
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
15987
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15979
15988
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
15980
15989
|
"member": "string",
|
15981
15990
|
"name": "ImageBase64",
|
@@ -15984,7 +15993,7 @@
|
|
15984
15993
|
},
|
15985
15994
|
{
|
15986
15995
|
"disabled": false,
|
15987
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
15996
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500\\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
15988
15997
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
15989
15998
|
"member": "string",
|
15990
15999
|
"name": "ImageUrl",
|
@@ -16143,7 +16152,7 @@
|
|
16143
16152
|
"members": [
|
16144
16153
|
{
|
16145
16154
|
"disabled": false,
|
16146
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
16155
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
16147
16156
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
16148
16157
|
"member": "string",
|
16149
16158
|
"name": "ImageBase64",
|
@@ -16152,7 +16161,7 @@
|
|
16152
16161
|
},
|
16153
16162
|
{
|
16154
16163
|
"disabled": false,
|
16155
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
16164
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
16156
16165
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SealOCR/SealOCR1.png",
|
16157
16166
|
"member": "string",
|
16158
16167
|
"name": "ImageUrl",
|
@@ -16283,7 +16292,7 @@
|
|
16283
16292
|
"members": [
|
16284
16293
|
{
|
16285
16294
|
"disabled": false,
|
16286
|
-
"document": "图片的 Base64
|
16295
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
16287
16296
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
16288
16297
|
"member": "string",
|
16289
16298
|
"name": "ImageBase64",
|
@@ -16292,7 +16301,7 @@
|
|
16292
16301
|
},
|
16293
16302
|
{
|
16294
16303
|
"disabled": false,
|
16295
|
-
"document": "图片的 Url
|
16304
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
16296
16305
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
16297
16306
|
"member": "string",
|
16298
16307
|
"name": "ImageUrl",
|
@@ -17497,7 +17506,7 @@
|
|
17497
17506
|
"members": [
|
17498
17507
|
{
|
17499
17508
|
"disabled": false,
|
17500
|
-
"document": "图片的 Base64
|
17509
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
17501
17510
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
17502
17511
|
"member": "string",
|
17503
17512
|
"name": "ImageBase64",
|
@@ -17506,7 +17515,7 @@
|
|
17506
17515
|
},
|
17507
17516
|
{
|
17508
17517
|
"disabled": false,
|
17509
|
-
"document": "图片的 Url
|
17518
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
17510
17519
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
17511
17520
|
"member": "string",
|
17512
17521
|
"name": "ImageUrl",
|
@@ -17539,8 +17548,8 @@
|
|
17539
17548
|
"members": [
|
17540
17549
|
{
|
17541
17550
|
"disabled": false,
|
17542
|
-
"document": "
|
17543
|
-
"example": "
|
17551
|
+
"document": "发票号码",
|
17552
|
+
"example": "15326798",
|
17544
17553
|
"member": "string",
|
17545
17554
|
"name": "InvoiceNum",
|
17546
17555
|
"output_required": true,
|
@@ -17549,8 +17558,8 @@
|
|
17549
17558
|
},
|
17550
17559
|
{
|
17551
17560
|
"disabled": false,
|
17552
|
-
"document": "
|
17553
|
-
"example": "
|
17561
|
+
"document": "发票代码",
|
17562
|
+
"example": "134031321361",
|
17554
17563
|
"member": "string",
|
17555
17564
|
"name": "InvoiceCode",
|
17556
17565
|
"output_required": true,
|
@@ -18059,7 +18068,7 @@
|
|
18059
18068
|
"members": [
|
18060
18069
|
{
|
18061
18070
|
"disabled": false,
|
18062
|
-
"document": "图片的 Base64
|
18071
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
18063
18072
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
18064
18073
|
"member": "string",
|
18065
18074
|
"name": "ImageBase64",
|
@@ -18068,7 +18077,7 @@
|
|
18068
18077
|
},
|
18069
18078
|
{
|
18070
18079
|
"disabled": false,
|
18071
|
-
"document": "图片的 Url
|
18080
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
18072
18081
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/TextDetect/TextDetect2.jpg",
|
18073
18082
|
"member": "string",
|
18074
18083
|
"name": "ImageUrl",
|
@@ -19149,7 +19158,7 @@
|
|
19149
19158
|
"members": [
|
19150
19159
|
{
|
19151
19160
|
"disabled": false,
|
19152
|
-
"document": "图片的 Base64
|
19161
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
19153
19162
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
19154
19163
|
"member": "string",
|
19155
19164
|
"name": "ImageBase64",
|
@@ -19158,7 +19167,7 @@
|
|
19158
19167
|
},
|
19159
19168
|
{
|
19160
19169
|
"disabled": false,
|
19161
|
-
"document": "图片的 Url
|
19170
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
19162
19171
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
19163
19172
|
"member": "string",
|
19164
19173
|
"name": "ImageUrl",
|
@@ -19489,7 +19498,7 @@
|
|
19489
19498
|
"members": [
|
19490
19499
|
{
|
19491
19500
|
"disabled": false,
|
19492
|
-
"document": "图片的 Base64
|
19501
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
19493
19502
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
19494
19503
|
"member": "string",
|
19495
19504
|
"name": "ImageBase64",
|
@@ -19498,7 +19507,7 @@
|
|
19498
19507
|
},
|
19499
19508
|
{
|
19500
19509
|
"disabled": false,
|
19501
|
-
"document": "图片的 Url
|
19510
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
19502
19511
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
19503
19512
|
"member": "string",
|
19504
19513
|
"name": "ImageUrl",
|
@@ -22063,7 +22072,7 @@
|
|
22063
22072
|
"members": [
|
22064
22073
|
{
|
22065
22074
|
"disabled": false,
|
22066
|
-
"document": "图片/PDF的 Base64
|
22075
|
+
"document": "图片/PDF的 Base64 值。支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片/PDF大小:所下载文件经Base64编码后不超过 10M。文件下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
22067
22076
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
22068
22077
|
"member": "string",
|
22069
22078
|
"name": "ImageBase64",
|
@@ -22072,7 +22081,7 @@
|
|
22072
22081
|
},
|
22073
22082
|
{
|
22074
22083
|
"disabled": false,
|
22075
|
-
"document": "图片/PDF的 Url
|
22084
|
+
"document": "图片/PDF的 Url 地址。支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片/PDF大小:所下载文件经 Base64 编码后不超过 10M。文件下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
22076
22085
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
22077
22086
|
"member": "string",
|
22078
22087
|
"name": "ImageUrl",
|
@@ -22643,7 +22652,7 @@
|
|
22643
22652
|
"members": [
|
22644
22653
|
{
|
22645
22654
|
"disabled": false,
|
22646
|
-
"document": "图片的 Base64
|
22655
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
22647
22656
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
22648
22657
|
"member": "string",
|
22649
22658
|
"name": "ImageBase64",
|
@@ -22652,7 +22661,7 @@
|
|
22652
22661
|
},
|
22653
22662
|
{
|
22654
22663
|
"disabled": false,
|
22655
|
-
"document": "图片的 Url
|
22664
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
22656
22665
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
22657
22666
|
"member": "string",
|
22658
22667
|
"name": "ImageUrl",
|
@@ -23390,7 +23399,7 @@
|
|
23390
23399
|
"members": [
|
23391
23400
|
{
|
23392
23401
|
"disabled": false,
|
23393
|
-
"document": "图片的 Base64
|
23402
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
23394
23403
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
23395
23404
|
"member": "string",
|
23396
23405
|
"name": "ImageBase64",
|
@@ -23399,7 +23408,7 @@
|
|
23399
23408
|
},
|
23400
23409
|
{
|
23401
23410
|
"disabled": false,
|
23402
|
-
"document": "图片的 Url
|
23411
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
23403
23412
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/vehicle/VinOCR/VinOCR1.jpg",
|
23404
23413
|
"member": "string",
|
23405
23414
|
"name": "ImageUrl",
|
@@ -23436,7 +23445,7 @@
|
|
23436
23445
|
"members": [
|
23437
23446
|
{
|
23438
23447
|
"disabled": false,
|
23439
|
-
"document": "图片的 Base64
|
23448
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
23440
23449
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
23441
23450
|
"member": "string",
|
23442
23451
|
"name": "ImageBase64",
|
@@ -23445,7 +23454,7 @@
|
|
23445
23454
|
},
|
23446
23455
|
{
|
23447
23456
|
"disabled": false,
|
23448
|
-
"document": "图片的 Url
|
23457
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
23449
23458
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
23450
23459
|
"member": "string",
|
23451
23460
|
"name": "ImageUrl",
|