tccli 3.0.1330.1__py2.py3-none-any.whl → 3.0.1331.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.
Files changed (36) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ccc/ccc_client.py +53 -0
  3. tccli/services/ccc/v20200210/api.json +71 -2
  4. tccli/services/ccc/v20200210/examples.json +8 -0
  5. tccli/services/cdn/v20180606/api.json +3 -3
  6. tccli/services/cdn/v20180606/examples.json +3 -3
  7. tccli/services/clb/v20180317/api.json +18 -0
  8. tccli/services/dbbrain/v20210527/api.json +1 -0
  9. tccli/services/dnspod/dnspod_client.py +106 -0
  10. tccli/services/dnspod/v20210323/api.json +509 -2
  11. tccli/services/dnspod/v20210323/examples.json +17 -1
  12. tccli/services/ess/v20201111/api.json +2 -2
  13. tccli/services/essbasic/v20210526/api.json +3 -3
  14. tccli/services/faceid/v20180301/api.json +4 -4
  15. tccli/services/ioa/ioa_client.py +53 -0
  16. tccli/services/ioa/v20220601/api.json +166 -1
  17. tccli/services/ioa/v20220601/examples.json +14 -0
  18. tccli/services/iotexplorer/v20190423/api.json +7 -7
  19. tccli/services/iotexplorer/v20190423/examples.json +1 -1
  20. tccli/services/lke/lke_client.py +383 -12
  21. tccli/services/lke/v20231130/api.json +615 -0
  22. tccli/services/lke/v20231130/examples.json +56 -0
  23. tccli/services/lowcode/v20210108/api.json +41 -1
  24. tccli/services/lowcode/v20210108/examples.json +2 -2
  25. tccli/services/ocr/ocr_client.py +532 -320
  26. tccli/services/ocr/v20181119/api.json +541 -4
  27. tccli/services/ocr/v20181119/examples.json +32 -0
  28. tccli/services/sms/v20190711/api.json +4 -4
  29. tccli/services/sms/v20210111/api.json +4 -4
  30. tccli/services/teo/v20220901/api.json +1 -1
  31. tccli/services/trtc/v20190722/api.json +2 -2
  32. {tccli-3.0.1330.1.dist-info → tccli-3.0.1331.1.dist-info}/METADATA +2 -2
  33. {tccli-3.0.1330.1.dist-info → tccli-3.0.1331.1.dist-info}/RECORD +36 -36
  34. {tccli-3.0.1330.1.dist-info → tccli-3.0.1331.1.dist-info}/WHEEL +0 -0
  35. {tccli-3.0.1330.1.dist-info → tccli-3.0.1331.1.dist-info}/entry_points.txt +0 -0
  36. {tccli-3.0.1330.1.dist-info → tccli-3.0.1331.1.dist-info}/license_files/LICENSE +0 -0
@@ -112,6 +112,27 @@
112
112
  "output": "EstateCertOCRResponse",
113
113
  "status": "online"
114
114
  },
115
+ "ExtractDocBasic": {
116
+ "document": "本接口支持识别并提取制式卡证、票据、表单等结构化场景的字段信息。无需任何配置,灵活高效。适用于各类结构化信息录入场景。点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n接口别名:SmartStructuralOCRV2\n\n默认接口请求频率限制:5次/秒。",
117
+ "input": "ExtractDocBasicRequest",
118
+ "name": "文档抽取(基础版)",
119
+ "output": "ExtractDocBasicResponse",
120
+ "status": "online"
121
+ },
122
+ "ExtractDocMulti": {
123
+ "document": "本接口支持识别并提取场景复杂、版式多等结构化场景的字段信息。重点场景包括:金融、医疗、交通、出行、保险。点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n接口别名:SmartStructuralPro\n\n默认接口请求频率限制:5次/秒。",
124
+ "input": "ExtractDocMultiRequest",
125
+ "name": "文档抽取(多模态版)",
126
+ "output": "ExtractDocMultiResponse",
127
+ "status": "online"
128
+ },
129
+ "ExtractDocMultiPro": {
130
+ "document": "本接口当前仅支持复杂磅单收发货单抽取,更多强推理场景支持定制咨询。点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n默认接口请求频率限制:5次/秒。",
131
+ "input": "ExtractDocMultiProRequest",
132
+ "name": "文档抽取(多模态Pro版)",
133
+ "output": "ExtractDocMultiProResponse",
134
+ "status": "online"
135
+ },
115
136
  "FinanBillOCR": {
116
137
  "document": "本接口支持常见银行票据的自动分类和识别。整单识别包括支票(含现金支票、普通支票、转账支票),承兑汇票(含银行承兑汇票、商业承兑汇票)以及进账单等,适用于中国人民银行印发的 2010 版银行票据凭证版式(银发[2010]299 号)。\n\n默认接口请求频率限制:5次/秒。",
117
138
  "input": "FinanBillOCRRequest",
@@ -196,6 +217,13 @@
196
217
  "output": "HKIDCardOCRResponse",
197
218
  "status": "online"
198
219
  },
220
+ "HandwritingEssayOCR": {
221
+ "document": "本接口专为教育场景设计,可高精度识别中英文手写字符,智能分栏并按阅读顺序分割内容,自动过滤手写与印刷体混排干扰,精准返回词、行、段落及标题的文本与坐标信息。点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n默认接口请求频率限制:5次/秒。",
222
+ "input": "HandwritingEssayOCRRequest",
223
+ "name": "中英文手写作文识别",
224
+ "output": "HandwritingEssayOCRResponse",
225
+ "status": "online"
226
+ },
199
227
  "HmtResidentPermitOCR": {
200
228
  "document": "港澳台居住证OCR支持港澳台居住证正反面全字段内容检测识别功能,包括姓名、性别、出生日期、地址、身份证号、签发机关、有效期限、签发次数、通行证号码关键字段识别。可以应用于港澳台居住证信息识别场景,例如银行开户、用户注册等。\n\n默认接口请求频率限制:20次/秒。",
201
229
  "input": "HmtResidentPermitOCRRequest",
@@ -491,16 +519,16 @@
491
519
  "status": "online"
492
520
  },
493
521
  "SmartStructuralOCRV2": {
494
- "document": "本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n默认接口请求频率限制:5次/秒。",
522
+ "document": "本接口支持识别并提取制式卡证、票据、表单等结构化场景的字段信息。无需任何配置,灵活高效。适用于各类结构化信息录入场景。点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n默认接口请求频率限制:5次/秒。",
495
523
  "input": "SmartStructuralOCRV2Request",
496
- "name": "文档抽取(基础版)",
524
+ "name": "文档抽取(基础版)-旧版不再更新维护",
497
525
  "output": "SmartStructuralOCRV2Response",
498
526
  "status": "online"
499
527
  },
500
528
  "SmartStructuralPro": {
501
- "document": "本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n默认接口请求频率限制:5次/秒。",
529
+ "document": "本接口支持识别并提取场景复杂、版式多等结构化场景的字段信息。重点场景包括:金融、医疗、交通、出行、保险。点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n默认接口请求频率限制:5次/秒。",
502
530
  "input": "SmartStructuralProRequest",
503
- "name": "文档抽取(多模态)",
531
+ "name": "文档抽取(多模态版)-旧版不再更新维护",
504
532
  "output": "SmartStructuralProResponse",
505
533
  "status": "online"
506
534
  },
@@ -4957,6 +4985,422 @@
4957
4985
  ],
4958
4986
  "type": "object"
4959
4987
  },
4988
+ "ExtractDocBasicRequest": {
4989
+ "document": "ExtractDocBasic请求参数结构体",
4990
+ "members": [
4991
+ {
4992
+ "disabled": false,
4993
+ "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
4994
+ "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
4995
+ "member": "string",
4996
+ "name": "ImageUrl",
4997
+ "required": false,
4998
+ "type": "string"
4999
+ },
5000
+ {
5001
+ "disabled": false,
5002
+ "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
5003
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
5004
+ "member": "string",
5005
+ "name": "ImageBase64",
5006
+ "required": false,
5007
+ "type": "string"
5008
+ },
5009
+ {
5010
+ "disabled": false,
5011
+ "document": "是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。",
5012
+ "example": "true",
5013
+ "member": "bool",
5014
+ "name": "IsPdf",
5015
+ "required": false,
5016
+ "type": "bool"
5017
+ },
5018
+ {
5019
+ "disabled": false,
5020
+ "document": "需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。",
5021
+ "example": "1",
5022
+ "member": "uint64",
5023
+ "name": "PdfPageNumber",
5024
+ "required": false,
5025
+ "type": "int"
5026
+ },
5027
+ {
5028
+ "disabled": false,
5029
+ "document": "自定义结构化功能需返回的字段名称,例:\n若客户只想返回姓名、性别两个字段的识别结果,则输入\nItemNames=[\"姓名\",\"性别\"]",
5030
+ "example": "[\"姓名\",\"性别\"]",
5031
+ "member": "string",
5032
+ "name": "ItemNames",
5033
+ "required": false,
5034
+ "type": "list"
5035
+ },
5036
+ {
5037
+ "disabled": false,
5038
+ "document": "是否开启全文字段识别",
5039
+ "example": "false",
5040
+ "member": "bool",
5041
+ "name": "ReturnFullText",
5042
+ "required": false,
5043
+ "type": "bool"
5044
+ },
5045
+ {
5046
+ "disabled": false,
5047
+ "document": "配置id支持:\nGeneral -- 通用场景\nOnlineTaxiItinerary -- 网约车行程单\nRideHailingDriverLicense -- 网约车驾驶证\nRideHailingTransportLicense -- 网约车运输证\nWayBill -- 快递运单\nAccountOpeningPermit -- 银行开户许可证\nInvoiceEng -- 海外发票模版\nCoin --钱币识别模板\nOnboardingDocuments -- 入职材料识别\nPropertyOwnershipCertificate -- 房产证识别\nRealEstateCertificate --不动产权证识别\nHouseEncumbranceCertificate -- 他权证识别\nCarInsurance -- 车险保单\nMultiRealEstateCertificate -- 房产证、不动产证、产权证等材料合一模板",
5048
+ "example": "General",
5049
+ "member": "string",
5050
+ "name": "ConfigId",
5051
+ "required": false,
5052
+ "type": "string"
5053
+ },
5054
+ {
5055
+ "disabled": false,
5056
+ "document": "是否打开印章识别",
5057
+ "example": "true",
5058
+ "member": "bool",
5059
+ "name": "EnableSealRecognize",
5060
+ "required": false,
5061
+ "type": "bool"
5062
+ }
5063
+ ],
5064
+ "type": "object"
5065
+ },
5066
+ "ExtractDocBasicResponse": {
5067
+ "document": "ExtractDocBasic返回参数结构体",
5068
+ "members": [
5069
+ {
5070
+ "disabled": false,
5071
+ "document": "图片旋转角度(角度制),文本的水平方向\n为 0;顺时针为正,逆时针为负",
5072
+ "example": "0",
5073
+ "member": "float",
5074
+ "name": "Angle",
5075
+ "output_required": true,
5076
+ "type": "float",
5077
+ "value_allowed_null": false
5078
+ },
5079
+ {
5080
+ "disabled": false,
5081
+ "document": "配置结构化文本信息",
5082
+ "example": "无",
5083
+ "member": "GroupInfo",
5084
+ "name": "StructuralList",
5085
+ "output_required": true,
5086
+ "type": "list",
5087
+ "value_allowed_null": false
5088
+ },
5089
+ {
5090
+ "disabled": false,
5091
+ "document": "还原文本信息",
5092
+ "example": "无",
5093
+ "member": "WordItem",
5094
+ "name": "WordList",
5095
+ "output_required": true,
5096
+ "type": "list",
5097
+ "value_allowed_null": false
5098
+ },
5099
+ {
5100
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5101
+ "member": "string",
5102
+ "name": "RequestId",
5103
+ "type": "string"
5104
+ }
5105
+ ],
5106
+ "type": "object"
5107
+ },
5108
+ "ExtractDocMultiProRequest": {
5109
+ "document": "ExtractDocMultiPro请求参数结构体",
5110
+ "members": [
5111
+ {
5112
+ "disabled": false,
5113
+ "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
5114
+ "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
5115
+ "member": "string",
5116
+ "name": "ImageUrl",
5117
+ "required": false,
5118
+ "type": "string"
5119
+ },
5120
+ {
5121
+ "disabled": false,
5122
+ "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
5123
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
5124
+ "member": "string",
5125
+ "name": "ImageBase64",
5126
+ "required": false,
5127
+ "type": "string"
5128
+ },
5129
+ {
5130
+ "disabled": false,
5131
+ "document": "需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前3页。",
5132
+ "example": "1",
5133
+ "member": "uint64",
5134
+ "name": "PdfPageNumber",
5135
+ "required": false,
5136
+ "type": "int"
5137
+ },
5138
+ {
5139
+ "disabled": false,
5140
+ "document": "自定义结构化功能需返回的字段名称,例:若客户想新增返回姓名、性别两个字段的识别结果,则输入ItemNames=[\"姓名\",\"性别\"]",
5141
+ "example": "[\"姓名\",\"性别\"]",
5142
+ "member": "string",
5143
+ "name": "ItemNames",
5144
+ "required": false,
5145
+ "type": "list"
5146
+ },
5147
+ {
5148
+ "disabled": false,
5149
+ "document": "true:仅输出自定义字段\nflase:输出默认字段+自定义字段\n默认true",
5150
+ "example": "true",
5151
+ "member": "bool",
5152
+ "name": "ItemNamesShowMode",
5153
+ "required": false,
5154
+ "type": "bool"
5155
+ },
5156
+ {
5157
+ "disabled": false,
5158
+ "document": "是否开启全文字段识别",
5159
+ "example": "false",
5160
+ "member": "bool",
5161
+ "name": "ReturnFullText",
5162
+ "required": false,
5163
+ "type": "bool"
5164
+ },
5165
+ {
5166
+ "disabled": false,
5167
+ "document": "配置id支持:\nDispatchWeightNote -- 磅单发货单识别模板\nReceiptWeightNote -- 磅单收货单识别模板\n默认:DispatchWeightNote",
5168
+ "example": "ReceiptWeightNote",
5169
+ "member": "string",
5170
+ "name": "ConfigId",
5171
+ "required": false,
5172
+ "type": "string"
5173
+ },
5174
+ {
5175
+ "disabled": false,
5176
+ "document": "是否开启全文字段坐标值的识别",
5177
+ "example": "false",
5178
+ "member": "bool",
5179
+ "name": "EnableCoord",
5180
+ "required": false,
5181
+ "type": "bool"
5182
+ },
5183
+ {
5184
+ "disabled": false,
5185
+ "document": "是否开启父子key识别,默认是",
5186
+ "example": "true",
5187
+ "member": "bool",
5188
+ "name": "OutputParentKey",
5189
+ "required": false,
5190
+ "type": "bool"
5191
+ },
5192
+ {
5193
+ "disabled": false,
5194
+ "document": "模版的单个属性配置",
5195
+ "example": "{\"Scene\": \"only_hw\"}",
5196
+ "member": "ConfigAdvanced",
5197
+ "name": "ConfigAdvanced",
5198
+ "required": false,
5199
+ "type": "object"
5200
+ }
5201
+ ],
5202
+ "type": "object"
5203
+ },
5204
+ "ExtractDocMultiProResponse": {
5205
+ "document": "ExtractDocMultiPro返回参数结构体",
5206
+ "members": [
5207
+ {
5208
+ "disabled": false,
5209
+ "document": "图片旋转角度(角度制),文本的水平方向为 0;顺时针为正,逆时针为负",
5210
+ "example": "0",
5211
+ "member": "float",
5212
+ "name": "Angle",
5213
+ "output_required": true,
5214
+ "type": "float",
5215
+ "value_allowed_null": false
5216
+ },
5217
+ {
5218
+ "disabled": false,
5219
+ "document": "配置结构化文本信息",
5220
+ "example": "无",
5221
+ "member": "GroupInfo",
5222
+ "name": "StructuralList",
5223
+ "output_required": true,
5224
+ "type": "list",
5225
+ "value_allowed_null": false
5226
+ },
5227
+ {
5228
+ "disabled": false,
5229
+ "document": "还原文本信息",
5230
+ "example": "无",
5231
+ "member": "WordItem",
5232
+ "name": "WordList",
5233
+ "output_required": true,
5234
+ "type": "list",
5235
+ "value_allowed_null": false
5236
+ },
5237
+ {
5238
+ "disabled": false,
5239
+ "document": "样本识别字段数",
5240
+ "example": "12",
5241
+ "member": "int64",
5242
+ "name": "TokenNum",
5243
+ "output_required": false,
5244
+ "type": "int",
5245
+ "value_allowed_null": false
5246
+ },
5247
+ {
5248
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5249
+ "member": "string",
5250
+ "name": "RequestId",
5251
+ "type": "string"
5252
+ }
5253
+ ],
5254
+ "type": "object"
5255
+ },
5256
+ "ExtractDocMultiRequest": {
5257
+ "document": "ExtractDocMulti请求参数结构体",
5258
+ "members": [
5259
+ {
5260
+ "disabled": false,
5261
+ "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
5262
+ "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
5263
+ "member": "string",
5264
+ "name": "ImageUrl",
5265
+ "required": false,
5266
+ "type": "string"
5267
+ },
5268
+ {
5269
+ "disabled": false,
5270
+ "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
5271
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
5272
+ "member": "string",
5273
+ "name": "ImageBase64",
5274
+ "required": false,
5275
+ "type": "string"
5276
+ },
5277
+ {
5278
+ "disabled": false,
5279
+ "document": "需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前3页。",
5280
+ "example": "1",
5281
+ "member": "uint64",
5282
+ "name": "PdfPageNumber",
5283
+ "required": false,
5284
+ "type": "int"
5285
+ },
5286
+ {
5287
+ "disabled": false,
5288
+ "document": "自定义结构化功能需返回的字段名称,例:若客户想新增返回姓名、性别两个字段的识别结果,则输入ItemNames=[\"姓名\",\"性别\"]",
5289
+ "example": "[\"姓名\",\"性别\"]",
5290
+ "member": "string",
5291
+ "name": "ItemNames",
5292
+ "required": false,
5293
+ "type": "list"
5294
+ },
5295
+ {
5296
+ "disabled": false,
5297
+ "document": "true:仅输出自定义字段\nflase:输出默认字段+自定义字段\n默认true",
5298
+ "example": "true",
5299
+ "member": "bool",
5300
+ "name": "ItemNamesShowMode",
5301
+ "required": false,
5302
+ "type": "bool"
5303
+ },
5304
+ {
5305
+ "disabled": false,
5306
+ "document": "是否开启全文字段识别",
5307
+ "example": "false",
5308
+ "member": "bool",
5309
+ "name": "ReturnFullText",
5310
+ "required": false,
5311
+ "type": "bool"
5312
+ },
5313
+ {
5314
+ "disabled": false,
5315
+ "document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模版 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nWordRecognize -- 手写英文作文模版\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nDispatchWeightNote -- 磅单发货单识别模板\nReceiptWeightNote -- 磅单收货单识别模板\nArticalRecognize -- 手写作文模版\nTable -- 表格模版\nSteelLabel -- 实物标签识别模板\nCarInsurance -- 车辆保险单识别模板",
5316
+ "example": "General",
5317
+ "member": "string",
5318
+ "name": "ConfigId",
5319
+ "required": false,
5320
+ "type": "string"
5321
+ },
5322
+ {
5323
+ "disabled": false,
5324
+ "document": "是否开启全文字段坐标值的识别",
5325
+ "example": "false",
5326
+ "member": "bool",
5327
+ "name": "EnableCoord",
5328
+ "required": false,
5329
+ "type": "bool"
5330
+ },
5331
+ {
5332
+ "disabled": false,
5333
+ "document": "是否开启父子key识别,默认是",
5334
+ "example": "true",
5335
+ "member": "bool",
5336
+ "name": "OutputParentKey",
5337
+ "required": false,
5338
+ "type": "bool"
5339
+ },
5340
+ {
5341
+ "disabled": false,
5342
+ "document": "模版的单个属性配置",
5343
+ "example": "{\"Scene\": \"only_hw\"}",
5344
+ "member": "ConfigAdvanced",
5345
+ "name": "ConfigAdvanced",
5346
+ "required": false,
5347
+ "type": "object"
5348
+ }
5349
+ ],
5350
+ "type": "object"
5351
+ },
5352
+ "ExtractDocMultiResponse": {
5353
+ "document": "ExtractDocMulti返回参数结构体",
5354
+ "members": [
5355
+ {
5356
+ "disabled": false,
5357
+ "document": "图片旋转角度(角度制),文本的水平方向为 0;顺时针为正,逆时针为负",
5358
+ "example": "0",
5359
+ "member": "float",
5360
+ "name": "Angle",
5361
+ "output_required": true,
5362
+ "type": "float",
5363
+ "value_allowed_null": false
5364
+ },
5365
+ {
5366
+ "disabled": false,
5367
+ "document": "配置结构化文本信息",
5368
+ "example": "无",
5369
+ "member": "GroupInfo",
5370
+ "name": "StructuralList",
5371
+ "output_required": true,
5372
+ "type": "list",
5373
+ "value_allowed_null": false
5374
+ },
5375
+ {
5376
+ "disabled": false,
5377
+ "document": "还原文本信息",
5378
+ "example": "无",
5379
+ "member": "WordItem",
5380
+ "name": "WordList",
5381
+ "output_required": true,
5382
+ "type": "list",
5383
+ "value_allowed_null": false
5384
+ },
5385
+ {
5386
+ "disabled": false,
5387
+ "document": "样本识别字段数",
5388
+ "example": "12",
5389
+ "member": "int64",
5390
+ "name": "TokenNum",
5391
+ "output_required": false,
5392
+ "type": "int",
5393
+ "value_allowed_null": false
5394
+ },
5395
+ {
5396
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5397
+ "member": "string",
5398
+ "name": "RequestId",
5399
+ "type": "string"
5400
+ }
5401
+ ],
5402
+ "type": "object"
5403
+ },
4960
5404
  "FinanBillInfo": {
4961
5405
  "document": "金融票据整单识别单个字段的内容",
4962
5406
  "members": [
@@ -6803,6 +7247,89 @@
6803
7247
  ],
6804
7248
  "type": "object"
6805
7249
  },
7250
+ "HandwritingEssayOCRRequest": {
7251
+ "document": "HandwritingEssayOCR请求参数结构体",
7252
+ "members": [
7253
+ {
7254
+ "disabled": false,
7255
+ "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
7256
+ "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
7257
+ "member": "string",
7258
+ "name": "ImageUrl",
7259
+ "required": false,
7260
+ "type": "string"
7261
+ },
7262
+ {
7263
+ "disabled": false,
7264
+ "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
7265
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
7266
+ "member": "string",
7267
+ "name": "ImageBase64",
7268
+ "required": false,
7269
+ "type": "string"
7270
+ },
7271
+ {
7272
+ "disabled": false,
7273
+ "document": "需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为前3页。",
7274
+ "example": "1",
7275
+ "member": "uint64",
7276
+ "name": "PdfPageNumber",
7277
+ "required": false,
7278
+ "type": "int"
7279
+ },
7280
+ {
7281
+ "disabled": false,
7282
+ "document": "配置id支持:\nArticleRecognize -- 手写作文模版\n默认:ArticleRecognize",
7283
+ "example": "ArticleRecognize",
7284
+ "member": "string",
7285
+ "name": "ConfigId",
7286
+ "required": false,
7287
+ "type": "string"
7288
+ },
7289
+ {
7290
+ "disabled": false,
7291
+ "document": "模版的单个属性配置",
7292
+ "example": "only_hw",
7293
+ "member": "string",
7294
+ "name": "Scene",
7295
+ "required": false,
7296
+ "type": "string"
7297
+ }
7298
+ ],
7299
+ "type": "object"
7300
+ },
7301
+ "HandwritingEssayOCRResponse": {
7302
+ "document": "HandwritingEssayOCR返回参数结构体",
7303
+ "members": [
7304
+ {
7305
+ "disabled": false,
7306
+ "document": "图片旋转角度(角度制),文本的水平方向为 0;顺时针为正,逆时针为负",
7307
+ "example": "0",
7308
+ "member": "float",
7309
+ "name": "Angle",
7310
+ "output_required": true,
7311
+ "type": "float",
7312
+ "value_allowed_null": false
7313
+ },
7314
+ {
7315
+ "disabled": false,
7316
+ "document": "还原文本信息",
7317
+ "example": "无",
7318
+ "member": "WordItem",
7319
+ "name": "WordList",
7320
+ "output_required": true,
7321
+ "type": "list",
7322
+ "value_allowed_null": false
7323
+ },
7324
+ {
7325
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7326
+ "member": "string",
7327
+ "name": "RequestId",
7328
+ "type": "string"
7329
+ }
7330
+ ],
7331
+ "type": "object"
7332
+ },
6806
7333
  "HmtResidentPermitOCRRequest": {
6807
7334
  "document": "HmtResidentPermitOCR请求参数结构体",
6808
7335
  "members": [
@@ -16734,6 +17261,16 @@
16734
17261
  "type": "list",
16735
17262
  "value_allowed_null": false
16736
17263
  },
17264
+ {
17265
+ "disabled": false,
17266
+ "document": "识别出的token个数",
17267
+ "example": "12",
17268
+ "member": "int64",
17269
+ "name": "TokenNum",
17270
+ "output_required": false,
17271
+ "type": "int",
17272
+ "value_allowed_null": false
17273
+ },
16737
17274
  {
16738
17275
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
16739
17276
  "member": "string",