tccli 3.0.1342.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/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +107 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- 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 +40 -40
- 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 +65 -1
- tccli/services/ecm/v20190719/api.json +14 -14
- 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 +16 -7
- tccli/services/essbasic/v20210526/api.json +3 -3
- 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/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +189 -0
- tccli/services/mongodb/v20190725/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +43 -5
- tccli/services/ocr/v20181119/api.json +137 -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/teo_client.py +269 -4
- tccli/services/teo/v20220901/api.json +502 -23
- tccli/services/teo/v20220901/examples.json +77 -1
- 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 +73 -80
- 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.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/RECORD +87 -79
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1342.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",
|
@@ -2943,6 +2943,16 @@
|
|
2943
2943
|
"output_required": true,
|
2944
2944
|
"type": "list",
|
2945
2945
|
"value_allowed_null": false
|
2946
|
+
},
|
2947
|
+
{
|
2948
|
+
"disabled": false,
|
2949
|
+
"document": "海关缴款书常用字段",
|
2950
|
+
"example": "无",
|
2951
|
+
"member": "OtherInvoiceItem",
|
2952
|
+
"name": "CommonContent",
|
2953
|
+
"output_required": true,
|
2954
|
+
"type": "list",
|
2955
|
+
"value_allowed_null": false
|
2946
2956
|
}
|
2947
2957
|
],
|
2948
2958
|
"usage": "out"
|
@@ -3120,7 +3130,7 @@
|
|
3120
3130
|
"members": [
|
3121
3131
|
{
|
3122
3132
|
"disabled": false,
|
3123
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
3133
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
3124
3134
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
3125
3135
|
"member": "string",
|
3126
3136
|
"name": "ImageBase64",
|
@@ -3129,7 +3139,7 @@
|
|
3129
3139
|
},
|
3130
3140
|
{
|
3131
3141
|
"disabled": false,
|
3132
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
3142
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
3133
3143
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/vehicle/DriverLicenseOCR/DriverLicenseOCR1.jpg",
|
3134
3144
|
"member": "string",
|
3135
3145
|
"name": "ImageUrl",
|
@@ -3421,7 +3431,7 @@
|
|
3421
3431
|
"members": [
|
3422
3432
|
{
|
3423
3433
|
"disabled": false,
|
3424
|
-
"document": "图片的 Base64
|
3434
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
3425
3435
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
3426
3436
|
"member": "string",
|
3427
3437
|
"name": "ImageBase64",
|
@@ -3430,7 +3440,7 @@
|
|
3430
3440
|
},
|
3431
3441
|
{
|
3432
3442
|
"disabled": false,
|
3433
|
-
"document": "图片的 Url
|
3443
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
3434
3444
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
3435
3445
|
"member": "string",
|
3436
3446
|
"name": "ImageUrl",
|
@@ -4820,7 +4830,7 @@
|
|
4820
4830
|
"members": [
|
4821
4831
|
{
|
4822
4832
|
"disabled": false,
|
4823
|
-
"document": "图片的 Base64
|
4833
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
4824
4834
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
4825
4835
|
"member": "string",
|
4826
4836
|
"name": "ImageBase64",
|
@@ -4829,7 +4839,7 @@
|
|
4829
4839
|
},
|
4830
4840
|
{
|
4831
4841
|
"disabled": false,
|
4832
|
-
"document": "图片的 Url
|
4842
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
4833
4843
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
4834
4844
|
"member": "string",
|
4835
4845
|
"name": "ImageUrl",
|
@@ -5096,7 +5106,7 @@
|
|
5096
5106
|
"members": [
|
5097
5107
|
{
|
5098
5108
|
"disabled": false,
|
5099
|
-
"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 速度和稳定性可能受一定影响。",
|
5100
5110
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
|
5101
5111
|
"member": "string",
|
5102
5112
|
"name": "ImageUrl",
|
@@ -5105,7 +5115,7 @@
|
|
5105
5115
|
},
|
5106
5116
|
{
|
5107
5117
|
"disabled": false,
|
5108
|
-
"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。",
|
5109
5119
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
5110
5120
|
"member": "string",
|
5111
5121
|
"name": "ImageBase64",
|
@@ -5244,7 +5254,7 @@
|
|
5244
5254
|
"members": [
|
5245
5255
|
{
|
5246
5256
|
"disabled": false,
|
5247
|
-
"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 速度和稳定性可能受一定影响。",
|
5248
5258
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
|
5249
5259
|
"member": "string",
|
5250
5260
|
"name": "ImageUrl",
|
@@ -5253,7 +5263,7 @@
|
|
5253
5263
|
},
|
5254
5264
|
{
|
5255
5265
|
"disabled": false,
|
5256
|
-
"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。",
|
5257
5267
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
5258
5268
|
"member": "string",
|
5259
5269
|
"name": "ImageBase64",
|
@@ -5418,7 +5428,7 @@
|
|
5418
5428
|
"members": [
|
5419
5429
|
{
|
5420
5430
|
"disabled": false,
|
5421
|
-
"document": "图片的 Base64
|
5431
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
5422
5432
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
5423
5433
|
"member": "string",
|
5424
5434
|
"name": "ImageBase64",
|
@@ -5427,7 +5437,7 @@
|
|
5427
5437
|
},
|
5428
5438
|
{
|
5429
5439
|
"disabled": false,
|
5430
|
-
"document": "图片的 Url
|
5440
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
5431
5441
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
5432
5442
|
"member": "string",
|
5433
5443
|
"name": "ImageUrl",
|
@@ -5490,7 +5500,7 @@
|
|
5490
5500
|
"members": [
|
5491
5501
|
{
|
5492
5502
|
"disabled": false,
|
5493
|
-
"document": "图片的 Base64
|
5503
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
5494
5504
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
5495
5505
|
"member": "string",
|
5496
5506
|
"name": "ImageBase64",
|
@@ -5499,7 +5509,7 @@
|
|
5499
5509
|
},
|
5500
5510
|
{
|
5501
5511
|
"disabled": false,
|
5502
|
-
"document": "图片的 Url
|
5512
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
5503
5513
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
5504
5514
|
"member": "string",
|
5505
5515
|
"name": "ImageUrl",
|
@@ -5930,7 +5940,7 @@
|
|
5930
5940
|
"members": [
|
5931
5941
|
{
|
5932
5942
|
"disabled": false,
|
5933
|
-
"document": "图片的 Base64
|
5943
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
5934
5944
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
5935
5945
|
"member": "string",
|
5936
5946
|
"name": "ImageBase64",
|
@@ -5939,7 +5949,7 @@
|
|
5939
5949
|
},
|
5940
5950
|
{
|
5941
5951
|
"disabled": false,
|
5942
|
-
"document": "图片的 Url
|
5952
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
5943
5953
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
5944
5954
|
"member": "string",
|
5945
5955
|
"name": "ImageUrl",
|
@@ -6226,7 +6236,7 @@
|
|
6226
6236
|
"members": [
|
6227
6237
|
{
|
6228
6238
|
"disabled": false,
|
6229
|
-
"document": "图片的 Base64
|
6239
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
6230
6240
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
6231
6241
|
"member": "string",
|
6232
6242
|
"name": "ImageBase64",
|
@@ -6235,7 +6245,7 @@
|
|
6235
6245
|
},
|
6236
6246
|
{
|
6237
6247
|
"disabled": false,
|
6238
|
-
"document": "图片的 Url
|
6248
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
6239
6249
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
6240
6250
|
"member": "string",
|
6241
6251
|
"name": "ImageUrl",
|
@@ -7238,7 +7248,7 @@
|
|
7238
7248
|
"members": [
|
7239
7249
|
{
|
7240
7250
|
"disabled": false,
|
7241
|
-
"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 速度和稳定性可能受一定影响。",
|
7242
7252
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
|
7243
7253
|
"member": "string",
|
7244
7254
|
"name": "ImageUrl",
|
@@ -7247,7 +7257,7 @@
|
|
7247
7257
|
},
|
7248
7258
|
{
|
7249
7259
|
"disabled": false,
|
7250
|
-
"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。",
|
7251
7261
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
7252
7262
|
"member": "string",
|
7253
7263
|
"name": "ImageBase64",
|
@@ -7835,7 +7845,7 @@
|
|
7835
7845
|
"members": [
|
7836
7846
|
{
|
7837
7847
|
"disabled": false,
|
7838
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
7848
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
7839
7849
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
7840
7850
|
"member": "string",
|
7841
7851
|
"name": "ImageBase64",
|
@@ -7844,7 +7854,7 @@
|
|
7844
7854
|
},
|
7845
7855
|
{
|
7846
7856
|
"disabled": false,
|
7847
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
7857
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
7848
7858
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/IDCardOCR/IDCardOCR1.jpg",
|
7849
7859
|
"member": "string",
|
7850
7860
|
"name": "ImageUrl",
|
@@ -7895,6 +7905,15 @@
|
|
7895
7905
|
"name": "EnableDateVerify",
|
7896
7906
|
"required": false,
|
7897
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"
|
7898
7917
|
}
|
7899
7918
|
],
|
7900
7919
|
"type": "object"
|
@@ -8088,7 +8107,7 @@
|
|
8088
8107
|
"members": [
|
8089
8108
|
{
|
8090
8109
|
"disabled": false,
|
8091
|
-
"document": "图片的 Base64
|
8110
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
8092
8111
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
8093
8112
|
"member": "string",
|
8094
8113
|
"name": "ImageBase64",
|
@@ -8097,7 +8116,7 @@
|
|
8097
8116
|
},
|
8098
8117
|
{
|
8099
8118
|
"disabled": false,
|
8100
|
-
"document": "图片的 Url
|
8119
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
8101
8120
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/tie/static/images/1-1.png",
|
8102
8121
|
"member": "string",
|
8103
8122
|
"name": "ImageUrl",
|
@@ -8188,7 +8207,7 @@
|
|
8188
8207
|
"members": [
|
8189
8208
|
{
|
8190
8209
|
"disabled": false,
|
8191
|
-
"document": "图片的 Base64
|
8210
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
8192
8211
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
8193
8212
|
"member": "string",
|
8194
8213
|
"name": "ImageBase64",
|
@@ -8197,7 +8216,7 @@
|
|
8197
8216
|
},
|
8198
8217
|
{
|
8199
8218
|
"disabled": false,
|
8200
|
-
"document": "图片的 Url
|
8219
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
8201
8220
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
8202
8221
|
"member": "string",
|
8203
8222
|
"name": "ImageUrl",
|
@@ -8300,7 +8319,7 @@
|
|
8300
8319
|
"members": [
|
8301
8320
|
{
|
8302
8321
|
"disabled": false,
|
8303
|
-
"document": "图片的 Base64
|
8322
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
8304
8323
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
8305
8324
|
"member": "string",
|
8306
8325
|
"name": "ImageBase64",
|
@@ -8309,7 +8328,7 @@
|
|
8309
8328
|
},
|
8310
8329
|
{
|
8311
8330
|
"disabled": false,
|
8312
|
-
"document": "图片的 Url
|
8331
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
8313
8332
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
8314
8333
|
"member": "string",
|
8315
8334
|
"name": "ImageUrl",
|
@@ -8428,7 +8447,7 @@
|
|
8428
8447
|
"members": [
|
8429
8448
|
{
|
8430
8449
|
"disabled": false,
|
8431
|
-
"document": "图片的 Base64
|
8450
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
8432
8451
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
8433
8452
|
"member": "string",
|
8434
8453
|
"name": "ImageBase64",
|
@@ -8437,7 +8456,7 @@
|
|
8437
8456
|
},
|
8438
8457
|
{
|
8439
8458
|
"disabled": false,
|
8440
|
-
"document": "图片的 Url
|
8459
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
8441
8460
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
8442
8461
|
"member": "string",
|
8443
8462
|
"name": "ImageUrl",
|
@@ -8864,7 +8883,7 @@
|
|
8864
8883
|
"members": [
|
8865
8884
|
{
|
8866
8885
|
"disabled": false,
|
8867
|
-
"document": "图片的 Base64
|
8886
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
8868
8887
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
8869
8888
|
"member": "string",
|
8870
8889
|
"name": "ImageBase64",
|
@@ -8873,7 +8892,7 @@
|
|
8873
8892
|
},
|
8874
8893
|
{
|
8875
8894
|
"disabled": false,
|
8876
|
-
"document": "图片的 Url
|
8895
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
8877
8896
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/vehicle/LicensePlateOCR/LicensePlateOCR1.jpg",
|
8878
8897
|
"member": "string",
|
8879
8898
|
"name": "ImageUrl",
|
@@ -9720,7 +9739,7 @@
|
|
9720
9739
|
"members": [
|
9721
9740
|
{
|
9722
9741
|
"disabled": false,
|
9723
|
-
"document": "图片的 Base64
|
9742
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
9724
9743
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
9725
9744
|
"member": "string",
|
9726
9745
|
"name": "ImageBase64",
|
@@ -9729,7 +9748,7 @@
|
|
9729
9748
|
},
|
9730
9749
|
{
|
9731
9750
|
"disabled": false,
|
9732
|
-
"document": "图片的 Url
|
9751
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
9733
9752
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/MainlandPermitOCR/MainlandPermitOCR1.png",
|
9734
9753
|
"member": "string",
|
9735
9754
|
"name": "ImageUrl",
|
@@ -10117,7 +10136,7 @@
|
|
10117
10136
|
},
|
10118
10137
|
{
|
10119
10138
|
"disabled": false,
|
10120
|
-
"document": "图片的 Base64
|
10139
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
10121
10140
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
10122
10141
|
"member": "string",
|
10123
10142
|
"name": "ImageBase64",
|
@@ -10126,7 +10145,7 @@
|
|
10126
10145
|
},
|
10127
10146
|
{
|
10128
10147
|
"disabled": false,
|
10129
|
-
"document": "图片的 Url
|
10148
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
10130
10149
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
10131
10150
|
"member": "string",
|
10132
10151
|
"name": "ImageUrl",
|
@@ -10247,7 +10266,7 @@
|
|
10247
10266
|
"members": [
|
10248
10267
|
{
|
10249
10268
|
"disabled": false,
|
10250
|
-
"document": "图片的 Base64
|
10269
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
10251
10270
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
10252
10271
|
"member": "string",
|
10253
10272
|
"name": "ImageBase64",
|
@@ -10256,7 +10275,7 @@
|
|
10256
10275
|
},
|
10257
10276
|
{
|
10258
10277
|
"disabled": false,
|
10259
|
-
"document": "图片的 Url
|
10278
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
10260
10279
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
10261
10280
|
"member": "string",
|
10262
10281
|
"name": "ImageUrl",
|
@@ -11184,7 +11203,7 @@
|
|
11184
11203
|
"members": [
|
11185
11204
|
{
|
11186
11205
|
"disabled": false,
|
11187
|
-
"document": "图片的 Base64
|
11206
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
11188
11207
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
11189
11208
|
"member": "string",
|
11190
11209
|
"name": "ImageBase64",
|
@@ -11193,7 +11212,7 @@
|
|
11193
11212
|
},
|
11194
11213
|
{
|
11195
11214
|
"disabled": false,
|
11196
|
-
"document": "图片的 Url
|
11215
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
11197
11216
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
11198
11217
|
"member": "string",
|
11199
11218
|
"name": "ImageUrl",
|
@@ -11440,7 +11459,7 @@
|
|
11440
11459
|
"members": [
|
11441
11460
|
{
|
11442
11461
|
"disabled": false,
|
11443
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
11462
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
11444
11463
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
11445
11464
|
"member": "string",
|
11446
11465
|
"name": "ImageBase64",
|
@@ -11449,7 +11468,7 @@
|
|
11449
11468
|
},
|
11450
11469
|
{
|
11451
11470
|
"disabled": false,
|
11452
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
11471
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
11453
11472
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/PassportOCR/PassportOCR1.jpg",
|
11454
11473
|
"member": "string",
|
11455
11474
|
"name": "ImageUrl",
|
@@ -12153,7 +12172,7 @@
|
|
12153
12172
|
"members": [
|
12154
12173
|
{
|
12155
12174
|
"disabled": false,
|
12156
|
-
"document": "图片的 Base64
|
12175
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
12157
12176
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
12158
12177
|
"member": "string",
|
12159
12178
|
"name": "ImageBase64",
|
@@ -12162,7 +12181,7 @@
|
|
12162
12181
|
},
|
12163
12182
|
{
|
12164
12183
|
"disabled": false,
|
12165
|
-
"document": "图片的 Url
|
12184
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
12166
12185
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
12167
12186
|
"member": "string",
|
12168
12187
|
"name": "ImageUrl",
|
@@ -12275,7 +12294,7 @@
|
|
12275
12294
|
"members": [
|
12276
12295
|
{
|
12277
12296
|
"disabled": false,
|
12278
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
12297
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
12279
12298
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
12280
12299
|
"member": "string",
|
12281
12300
|
"name": "ImageBase64",
|
@@ -12284,7 +12303,7 @@
|
|
12284
12303
|
},
|
12285
12304
|
{
|
12286
12305
|
"disabled": false,
|
12287
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
12306
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
12288
12307
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/QrcodeOCR/QrcodeOCR1.jpg",
|
12289
12308
|
"member": "string",
|
12290
12309
|
"name": "ImageUrl",
|
@@ -12842,7 +12861,7 @@
|
|
12842
12861
|
"members": [
|
12843
12862
|
{
|
12844
12863
|
"disabled": false,
|
12845
|
-
"document": "图片的 Base64
|
12864
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
12846
12865
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
12847
12866
|
"member": "string",
|
12848
12867
|
"name": "ImageBase64",
|
@@ -12851,7 +12870,7 @@
|
|
12851
12870
|
},
|
12852
12871
|
{
|
12853
12872
|
"disabled": false,
|
12854
|
-
"document": "图片的 Url
|
12873
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
12855
12874
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
12856
12875
|
"member": "string",
|
12857
12876
|
"name": "ImageUrl",
|
@@ -13232,7 +13251,7 @@
|
|
13232
13251
|
"members": [
|
13233
13252
|
{
|
13234
13253
|
"disabled": false,
|
13235
|
-
"document": "图片的 Base64
|
13254
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13236
13255
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13237
13256
|
"member": "string",
|
13238
13257
|
"name": "ImageBase64",
|
@@ -13241,7 +13260,7 @@
|
|
13241
13260
|
},
|
13242
13261
|
{
|
13243
13262
|
"disabled": false,
|
13244
|
-
"document": "图片的 Url
|
13263
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
13245
13264
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
13246
13265
|
"member": "string",
|
13247
13266
|
"name": "ImageUrl",
|
@@ -13396,7 +13415,7 @@
|
|
13396
13415
|
},
|
13397
13416
|
{
|
13398
13417
|
"disabled": false,
|
13399
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
13418
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13400
13419
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13401
13420
|
"member": "string",
|
13402
13421
|
"name": "ImageBase64",
|
@@ -13405,7 +13424,7 @@
|
|
13405
13424
|
},
|
13406
13425
|
{
|
13407
13426
|
"disabled": false,
|
13408
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
13427
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
13409
13428
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/IDCardOCR/IDCardOCR3.jpg",
|
13410
13429
|
"member": "string",
|
13411
13430
|
"name": "ImageUrl",
|
@@ -13588,7 +13607,7 @@
|
|
13588
13607
|
"members": [
|
13589
13608
|
{
|
13590
13609
|
"disabled": false,
|
13591
|
-
"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",
|
13592
13611
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/ForeignPermanentResidentIdCard/ForeignPermanentResidentIdCard1.jpg",
|
13593
13612
|
"member": "string",
|
13594
13613
|
"name": "ImageUrl",
|
@@ -13597,7 +13616,7 @@
|
|
13597
13616
|
},
|
13598
13617
|
{
|
13599
13618
|
"disabled": false,
|
13600
|
-
"document": "图片的 Base64
|
13619
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
13601
13620
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
13602
13621
|
"member": "string",
|
13603
13622
|
"name": "ImageBase64",
|
@@ -13843,7 +13862,7 @@
|
|
13843
13862
|
},
|
13844
13863
|
{
|
13845
13864
|
"disabled": false,
|
13846
|
-
"document": "卡证类型参数,包含以下范围: \nGeneral:通用卡证\nIDCard:身份证 \nPassport:护照 \nBankCard:银行卡\nVehicleLicense:行驶证\nDriverLicense:驾驶证\nBizLicense:营业执照 \nHmtResidentPermit:港澳台居住证\nForeignPermanentResident:外国人永居证\nMainlandPermit
|
13865
|
+
"document": "卡证类型参数,包含以下范围: \nGeneral:通用卡证\nIDCard:身份证 \nPassport:护照 \nBankCard:银行卡\nVehicleLicense:行驶证\nDriverLicense:驾驶证\nBizLicense:营业执照 \nHmtResidentPermit:港澳台居住证\nForeignPermanentResident:外国人永居证\nMainlandPermit:港澳台来往内地通行证\nSocialSecurityCard:社保卡",
|
13847
13866
|
"example": "General",
|
13848
13867
|
"member": "string",
|
13849
13868
|
"name": "CardType",
|
@@ -13876,7 +13895,7 @@
|
|
13876
13895
|
"members": [
|
13877
13896
|
{
|
13878
13897
|
"disabled": false,
|
13879
|
-
"document": "卡证类型参数,包含以下范围: \nGeneral:通用卡证\nIDCard:身份证 \nPassport:护照 \nBankCard:银行卡\nVehicleLicense:行驶证\nDriverLicense:驾驶证\nBizLicense:营业执照 \nHmtResidentPermit:港澳台居住证\nForeignPermanentResident:外国人永居证\nMainlandPermit
|
13898
|
+
"document": "卡证类型参数,包含以下范围: \nGeneral:通用卡证\nIDCard:身份证 \nPassport:护照 \nBankCard:银行卡\nVehicleLicense:行驶证\nDriverLicense:驾驶证\nBizLicense:营业执照 \nHmtResidentPermit:港澳台居住证\nForeignPermanentResident:外国人永居证\nMainlandPermit:港澳台来往内地通行证\nSocialSecurityCard:社保卡",
|
13880
13899
|
"example": "无",
|
13881
13900
|
"member": "string",
|
13882
13901
|
"name": "CardType",
|
@@ -14135,7 +14154,7 @@
|
|
14135
14154
|
"members": [
|
14136
14155
|
{
|
14137
14156
|
"disabled": false,
|
14138
|
-
"document": "图片的 Url
|
14157
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14139
14158
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/RecognizeGeneralTextImageWarn/RecognizeGeneralTextImageWarn1.png",
|
14140
14159
|
"member": "string",
|
14141
14160
|
"name": "ImageUrl",
|
@@ -14144,7 +14163,7 @@
|
|
14144
14163
|
},
|
14145
14164
|
{
|
14146
14165
|
"disabled": false,
|
14147
|
-
"document": "图片的 Base64
|
14166
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14148
14167
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14149
14168
|
"member": "string",
|
14150
14169
|
"name": "ImageBase64",
|
@@ -14248,7 +14267,7 @@
|
|
14248
14267
|
"members": [
|
14249
14268
|
{
|
14250
14269
|
"disabled": false,
|
14251
|
-
"document": "图片的 Base64
|
14270
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14252
14271
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14253
14272
|
"member": "string",
|
14254
14273
|
"name": "ImageBase64",
|
@@ -14257,7 +14276,7 @@
|
|
14257
14276
|
},
|
14258
14277
|
{
|
14259
14278
|
"disabled": false,
|
14260
|
-
"document": "图片的 Url
|
14279
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14261
14280
|
"example": "https://bentest-1254418846.cos.ap-chengdu.myqcloud.com/%E5%81%A5%E5%BA%B7%E7%A0%81/089c.jpg",
|
14262
14281
|
"member": "string",
|
14263
14282
|
"name": "ImageUrl",
|
@@ -14393,7 +14412,7 @@
|
|
14393
14412
|
"members": [
|
14394
14413
|
{
|
14395
14414
|
"disabled": false,
|
14396
|
-
"document": "图片的Base64
|
14415
|
+
"document": "图片的Base64 值。支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载文件经Base64编码后不超过 10M。文件下载时间不超过 3 秒。输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14397
14416
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14398
14417
|
"member": "string",
|
14399
14418
|
"name": "ImageBase64",
|
@@ -14402,7 +14421,7 @@
|
|
14402
14421
|
},
|
14403
14422
|
{
|
14404
14423
|
"disabled": false,
|
14405
|
-
"document": "图片的Url
|
14424
|
+
"document": "图片的Url 地址。支持的文件格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载文件经 Base64 编码后不超过 10M。文件下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14406
14425
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/invoice/RecognizeMedicalInvoiceOCR/RecognizeMedicalInvoiceOCR1.jpg",
|
14407
14426
|
"member": "string",
|
14408
14427
|
"name": "ImageUrl",
|
@@ -14485,7 +14504,7 @@
|
|
14485
14504
|
"members": [
|
14486
14505
|
{
|
14487
14506
|
"disabled": false,
|
14488
|
-
"document": "图片的 Base64
|
14507
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14489
14508
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14490
14509
|
"member": "string",
|
14491
14510
|
"name": "ImageBase64",
|
@@ -14494,7 +14513,7 @@
|
|
14494
14513
|
},
|
14495
14514
|
{
|
14496
14515
|
"disabled": false,
|
14497
|
-
"document": "图片的 Url
|
14516
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14498
14517
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
14499
14518
|
"member": "string",
|
14500
14519
|
"name": "ImageUrl",
|
@@ -14549,7 +14568,7 @@
|
|
14549
14568
|
"members": [
|
14550
14569
|
{
|
14551
14570
|
"disabled": false,
|
14552
|
-
"document": "图片的 Base64
|
14571
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14553
14572
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14554
14573
|
"member": "string",
|
14555
14574
|
"name": "ImageBase64",
|
@@ -14558,7 +14577,7 @@
|
|
14558
14577
|
},
|
14559
14578
|
{
|
14560
14579
|
"disabled": false,
|
14561
|
-
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
14580
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14562
14581
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
14563
14582
|
"member": "string",
|
14564
14583
|
"name": "ImageUrl",
|
@@ -14615,7 +14634,7 @@
|
|
14615
14634
|
"members": [
|
14616
14635
|
{
|
14617
14636
|
"disabled": false,
|
14618
|
-
"document": "图片/PDF的 Base64
|
14637
|
+
"document": "图片/PDF的 Base64 值。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14619
14638
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14620
14639
|
"member": "string",
|
14621
14640
|
"name": "ImageBase64",
|
@@ -14624,7 +14643,7 @@
|
|
14624
14643
|
},
|
14625
14644
|
{
|
14626
14645
|
"disabled": false,
|
14627
|
-
"document": "图片/PDF的 Url
|
14646
|
+
"document": "图片/PDF的 Url 地址。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14628
14647
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/TableOCRDDS/TableOCRDDS1.png",
|
14629
14648
|
"member": "string",
|
14630
14649
|
"name": "ImageUrl",
|
@@ -14803,7 +14822,7 @@
|
|
14803
14822
|
"members": [
|
14804
14823
|
{
|
14805
14824
|
"disabled": false,
|
14806
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
14825
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14807
14826
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14808
14827
|
"member": "string",
|
14809
14828
|
"name": "ImageBase64",
|
@@ -14812,7 +14831,7 @@
|
|
14812
14831
|
},
|
14813
14832
|
{
|
14814
14833
|
"disabled": false,
|
14815
|
-
"document": "卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过
|
14834
|
+
"document": "卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
14816
14835
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
14817
14836
|
"member": "string",
|
14818
14837
|
"name": "BackImageBase64",
|
@@ -14821,7 +14840,7 @@
|
|
14821
14840
|
},
|
14822
14841
|
{
|
14823
14842
|
"disabled": false,
|
14824
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
14843
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
14825
14844
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
14826
14845
|
"member": "string",
|
14827
14846
|
"name": "ImageUrl",
|
@@ -14830,7 +14849,7 @@
|
|
14830
14849
|
},
|
14831
14850
|
{
|
14832
14851
|
"disabled": false,
|
14833
|
-
"document": "卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过
|
14852
|
+
"document": "卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
14834
14853
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
14835
14854
|
"member": "string",
|
14836
14855
|
"name": "BackImageUrl",
|
@@ -15036,7 +15055,7 @@
|
|
15036
15055
|
"members": [
|
15037
15056
|
{
|
15038
15057
|
"disabled": false,
|
15039
|
-
"document": "图片的 Base64
|
15058
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15040
15059
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
15041
15060
|
"member": "string",
|
15042
15061
|
"name": "ImageBase64",
|
@@ -15045,7 +15064,7 @@
|
|
15045
15064
|
},
|
15046
15065
|
{
|
15047
15066
|
"disabled": false,
|
15048
|
-
"document": "图片的 Url
|
15067
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
15049
15068
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
15050
15069
|
"member": "string",
|
15051
15070
|
"name": "ImageUrl",
|
@@ -15122,7 +15141,7 @@
|
|
15122
15141
|
"members": [
|
15123
15142
|
{
|
15124
15143
|
"disabled": false,
|
15125
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
15144
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15126
15145
|
"example": "无",
|
15127
15146
|
"member": "string",
|
15128
15147
|
"name": "ImageBase64",
|
@@ -15131,7 +15150,7 @@
|
|
15131
15150
|
},
|
15132
15151
|
{
|
15133
15152
|
"disabled": false,
|
15134
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
15153
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
15135
15154
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/IDCardOCR/IDCardOCR1.jpg",
|
15136
15155
|
"member": "string",
|
15137
15156
|
"name": "ImageUrl",
|
@@ -15351,7 +15370,7 @@
|
|
15351
15370
|
"members": [
|
15352
15371
|
{
|
15353
15372
|
"disabled": false,
|
15354
|
-
"document": "图片的 Base64
|
15373
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15355
15374
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
15356
15375
|
"member": "string",
|
15357
15376
|
"name": "ImageBase64",
|
@@ -15360,7 +15379,7 @@
|
|
15360
15379
|
},
|
15361
15380
|
{
|
15362
15381
|
"disabled": false,
|
15363
|
-
"document": "图片的 Url
|
15382
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
15364
15383
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
15365
15384
|
"member": "string",
|
15366
15385
|
"name": "ImageUrl",
|
@@ -15879,7 +15898,7 @@
|
|
15879
15898
|
"members": [
|
15880
15899
|
{
|
15881
15900
|
"disabled": false,
|
15882
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
15901
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15883
15902
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
15884
15903
|
"member": "string",
|
15885
15904
|
"name": "ImageBase64",
|
@@ -15888,7 +15907,7 @@
|
|
15888
15907
|
},
|
15889
15908
|
{
|
15890
15909
|
"disabled": false,
|
15891
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
15910
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500\\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
15892
15911
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
15893
15912
|
"member": "string",
|
15894
15913
|
"name": "ImageUrl",
|
@@ -15965,7 +15984,7 @@
|
|
15965
15984
|
"members": [
|
15966
15985
|
{
|
15967
15986
|
"disabled": false,
|
15968
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
15987
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15969
15988
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
15970
15989
|
"member": "string",
|
15971
15990
|
"name": "ImageBase64",
|
@@ -15974,7 +15993,7 @@
|
|
15974
15993
|
},
|
15975
15994
|
{
|
15976
15995
|
"disabled": false,
|
15977
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
15996
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500\\*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
15978
15997
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
15979
15998
|
"member": "string",
|
15980
15999
|
"name": "ImageUrl",
|
@@ -16133,7 +16152,7 @@
|
|
16133
16152
|
"members": [
|
16134
16153
|
{
|
16135
16154
|
"disabled": false,
|
16136
|
-
"document": "图片的 Base64 值。要求图片经Base64编码后不超过
|
16155
|
+
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
16137
16156
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
16138
16157
|
"member": "string",
|
16139
16158
|
"name": "ImageBase64",
|
@@ -16142,7 +16161,7 @@
|
|
16142
16161
|
},
|
16143
16162
|
{
|
16144
16163
|
"disabled": false,
|
16145
|
-
"document": "图片的 Url 地址。要求图片经Base64编码后不超过
|
16164
|
+
"document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
|
16146
16165
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SealOCR/SealOCR1.png",
|
16147
16166
|
"member": "string",
|
16148
16167
|
"name": "ImageUrl",
|
@@ -16273,7 +16292,7 @@
|
|
16273
16292
|
"members": [
|
16274
16293
|
{
|
16275
16294
|
"disabled": false,
|
16276
|
-
"document": "图片的 Base64
|
16295
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
16277
16296
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
16278
16297
|
"member": "string",
|
16279
16298
|
"name": "ImageBase64",
|
@@ -16282,7 +16301,7 @@
|
|
16282
16301
|
},
|
16283
16302
|
{
|
16284
16303
|
"disabled": false,
|
16285
|
-
"document": "图片的 Url
|
16304
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
16286
16305
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
16287
16306
|
"member": "string",
|
16288
16307
|
"name": "ImageUrl",
|
@@ -17487,7 +17506,7 @@
|
|
17487
17506
|
"members": [
|
17488
17507
|
{
|
17489
17508
|
"disabled": false,
|
17490
|
-
"document": "图片的 Base64
|
17509
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
17491
17510
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
17492
17511
|
"member": "string",
|
17493
17512
|
"name": "ImageBase64",
|
@@ -17496,7 +17515,7 @@
|
|
17496
17515
|
},
|
17497
17516
|
{
|
17498
17517
|
"disabled": false,
|
17499
|
-
"document": "图片的 Url
|
17518
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
17500
17519
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
17501
17520
|
"member": "string",
|
17502
17521
|
"name": "ImageUrl",
|
@@ -17529,8 +17548,8 @@
|
|
17529
17548
|
"members": [
|
17530
17549
|
{
|
17531
17550
|
"disabled": false,
|
17532
|
-
"document": "
|
17533
|
-
"example": "
|
17551
|
+
"document": "发票号码",
|
17552
|
+
"example": "15326798",
|
17534
17553
|
"member": "string",
|
17535
17554
|
"name": "InvoiceNum",
|
17536
17555
|
"output_required": true,
|
@@ -17539,8 +17558,8 @@
|
|
17539
17558
|
},
|
17540
17559
|
{
|
17541
17560
|
"disabled": false,
|
17542
|
-
"document": "
|
17543
|
-
"example": "
|
17561
|
+
"document": "发票代码",
|
17562
|
+
"example": "134031321361",
|
17544
17563
|
"member": "string",
|
17545
17564
|
"name": "InvoiceCode",
|
17546
17565
|
"output_required": true,
|
@@ -18049,7 +18068,7 @@
|
|
18049
18068
|
"members": [
|
18050
18069
|
{
|
18051
18070
|
"disabled": false,
|
18052
|
-
"document": "图片的 Base64
|
18071
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
18053
18072
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
18054
18073
|
"member": "string",
|
18055
18074
|
"name": "ImageBase64",
|
@@ -18058,7 +18077,7 @@
|
|
18058
18077
|
},
|
18059
18078
|
{
|
18060
18079
|
"disabled": false,
|
18061
|
-
"document": "图片的 Url
|
18080
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
18062
18081
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/TextDetect/TextDetect2.jpg",
|
18063
18082
|
"member": "string",
|
18064
18083
|
"name": "ImageUrl",
|
@@ -19139,7 +19158,7 @@
|
|
19139
19158
|
"members": [
|
19140
19159
|
{
|
19141
19160
|
"disabled": false,
|
19142
|
-
"document": "图片的 Base64
|
19161
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
19143
19162
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
19144
19163
|
"member": "string",
|
19145
19164
|
"name": "ImageBase64",
|
@@ -19148,7 +19167,7 @@
|
|
19148
19167
|
},
|
19149
19168
|
{
|
19150
19169
|
"disabled": false,
|
19151
|
-
"document": "图片的 Url
|
19170
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
19152
19171
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
19153
19172
|
"member": "string",
|
19154
19173
|
"name": "ImageUrl",
|
@@ -19479,7 +19498,7 @@
|
|
19479
19498
|
"members": [
|
19480
19499
|
{
|
19481
19500
|
"disabled": false,
|
19482
|
-
"document": "图片的 Base64
|
19501
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
19483
19502
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
19484
19503
|
"member": "string",
|
19485
19504
|
"name": "ImageBase64",
|
@@ -19488,7 +19507,7 @@
|
|
19488
19507
|
},
|
19489
19508
|
{
|
19490
19509
|
"disabled": false,
|
19491
|
-
"document": "图片的 Url
|
19510
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
19492
19511
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
19493
19512
|
"member": "string",
|
19494
19513
|
"name": "ImageUrl",
|
@@ -22053,7 +22072,7 @@
|
|
22053
22072
|
"members": [
|
22054
22073
|
{
|
22055
22074
|
"disabled": false,
|
22056
|
-
"document": "图片/PDF的 Base64
|
22075
|
+
"document": "图片/PDF的 Base64 值。支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片/PDF大小:所下载文件经Base64编码后不超过 10M。文件下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。输入参数 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
22057
22076
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
22058
22077
|
"member": "string",
|
22059
22078
|
"name": "ImageBase64",
|
@@ -22062,7 +22081,7 @@
|
|
22062
22081
|
},
|
22063
22082
|
{
|
22064
22083
|
"disabled": false,
|
22065
|
-
"document": "图片/PDF的 Url
|
22084
|
+
"document": "图片/PDF的 Url 地址。支持的文件格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片/PDF大小:所下载文件经 Base64 编码后不超过 10M。文件下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
22066
22085
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
22067
22086
|
"member": "string",
|
22068
22087
|
"name": "ImageUrl",
|
@@ -22633,7 +22652,7 @@
|
|
22633
22652
|
"members": [
|
22634
22653
|
{
|
22635
22654
|
"disabled": false,
|
22636
|
-
"document": "图片的 Base64
|
22655
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
22637
22656
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
22638
22657
|
"member": "string",
|
22639
22658
|
"name": "ImageBase64",
|
@@ -22642,7 +22661,7 @@
|
|
22642
22661
|
},
|
22643
22662
|
{
|
22644
22663
|
"disabled": false,
|
22645
|
-
"document": "图片的 Url
|
22664
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
22646
22665
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
22647
22666
|
"member": "string",
|
22648
22667
|
"name": "ImageUrl",
|
@@ -23380,7 +23399,7 @@
|
|
23380
23399
|
"members": [
|
23381
23400
|
{
|
23382
23401
|
"disabled": false,
|
23383
|
-
"document": "图片的 Base64
|
23402
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
23384
23403
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
23385
23404
|
"member": "string",
|
23386
23405
|
"name": "ImageBase64",
|
@@ -23389,7 +23408,7 @@
|
|
23389
23408
|
},
|
23390
23409
|
{
|
23391
23410
|
"disabled": false,
|
23392
|
-
"document": "图片的 Url
|
23411
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
23393
23412
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/vehicle/VinOCR/VinOCR1.jpg",
|
23394
23413
|
"member": "string",
|
23395
23414
|
"name": "ImageUrl",
|
@@ -23426,7 +23445,7 @@
|
|
23426
23445
|
"members": [
|
23427
23446
|
{
|
23428
23447
|
"disabled": false,
|
23429
|
-
"document": "图片的 Base64
|
23448
|
+
"document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
23430
23449
|
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
23431
23450
|
"member": "string",
|
23432
23451
|
"name": "ImageBase64",
|
@@ -23435,7 +23454,7 @@
|
|
23435
23454
|
},
|
23436
23455
|
{
|
23437
23456
|
"disabled": false,
|
23438
|
-
"document": "图片的 Url
|
23457
|
+
"document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
23439
23458
|
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
23440
23459
|
"member": "string",
|
23441
23460
|
"name": "ImageUrl",
|