tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.

Potentially problematic release.


This version of tccli might be problematic. Click here for more details.

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -120,21 +120,21 @@
120
120
  "status": "online"
121
121
  },
122
122
  "ExtractDocBasic": {
123
- "document": "本接口支持识别并提取制式卡证、票据、表单等结构化场景的字段信息。无需任何配置,灵活高效。适用于各类结构化信息录入场景。点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n接口别名:SmartStructuralOCRV2\n\n默认接口请求频率限制:5次/秒。",
123
+ "document": "本接口支持识别并提取制式卡证、票据、表单等结构化场景的字段信息。无需任何配置,灵活高效。适用于各类结构化信息录入场景。点击[立即体验](https://ocrdemo.cloud.tencent.com/?action=ExtractDocBasic)。\n\n接口别名:SmartStructuralOCRV2\n\n默认接口请求频率限制:5次/秒。",
124
124
  "input": "ExtractDocBasicRequest",
125
125
  "name": "文档抽取(基础版)",
126
126
  "output": "ExtractDocBasicResponse",
127
127
  "status": "online"
128
128
  },
129
129
  "ExtractDocMulti": {
130
- "document": "本接口支持识别并提取场景复杂、版式多等结构化场景的字段信息。重点场景包括:金融、医疗、交通、出行、保险。点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n接口别名:SmartStructuralPro\n\n默认接口请求频率限制:5次/秒。",
130
+ "document": "本接口支持识别并提取场景复杂、版式多等结构化场景的字段信息。重点场景包括:金融、医疗、交通、出行、保险。点击[立即体验](https://ocrdemo.cloud.tencent.com/?action=ExtractDocMulti)。\n\n接口别名:SmartStructuralPro\n\n默认接口请求频率限制:5次/秒。",
131
131
  "input": "ExtractDocMultiRequest",
132
132
  "name": "文档抽取(多模态版)",
133
133
  "output": "ExtractDocMultiResponse",
134
134
  "status": "online"
135
135
  },
136
136
  "ExtractDocMultiPro": {
137
- "document": "本接口当前仅支持复杂磅单收发货单抽取,更多强推理场景支持定制咨询。点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n默认接口请求频率限制:5次/秒。",
137
+ "document": "本接口当前仅支持复杂磅单收发货单抽取,更多强推理场景支持定制咨询。点击[立即体验](https://ocrdemo.cloud.tencent.com/?action=ExtractDocMultiPro)。\n\n默认接口请求频率限制:5次/秒。",
138
138
  "input": "ExtractDocMultiProRequest",
139
139
  "name": "文档抽取(多模态Pro版)",
140
140
  "output": "ExtractDocMultiProResponse",
@@ -169,9 +169,9 @@
169
169
  "status": "online"
170
170
  },
171
171
  "GeneralAccurateOCR": {
172
- "document": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。\n\n适用于文字较多、版式复杂、对识别准召率要求较高的场景,如试卷试题、网络图片、街景店招牌、法律卷宗等场景。\n\n产品优势:与通用印刷体识别接口相比,本接口提供更高精度的通用文字识别服务,在手写体、文字较多、长串数字、小字、模糊字、倾斜文本等困难场景下,高精度版的准确率和召回率更高。\n\n通用文字识别不同版本的差异如下:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:150px\"></th>\n <th >【荐】通用印刷体识别(高精度版)</th>\n <th style=\"width:300px\"><a href=\"https://cloud.tencent.com/document/product/866/33526\">【荐】通用印刷体识别</a></th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td> 适用场景</td>\n <td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>\n <td>适用于所有通用场景的印刷体识别</td>\n </tr>\n <tr>\n <td>识别准确率</td>\n <td>99%</td>\n <td>96%</td>\n </tr>\n <tr>\n <td>价格</td>\n <td>中</td>\n <td>低</td>\n </tr>\n <tr>\n <td>支持的语言</td>\n <td>中文、英文、中英文、泰语、印尼语、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、哈萨克语</td>\n <td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td> \n </tr>\n <tr>\n <td>自动语言检测</td>\n <td>中英文支持;其他语言需要调整输入参数</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>返回文本行坐标</td>\n <td>支持</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>自动旋转纠正</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:10次/秒。",
172
+ "document": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。\n\n适用于文字较多、版式复杂、对识别准召率要求较高的场景,如试卷试题、网络图片、街景店招牌、法律卷宗等场景。\n\n产品优势:与通用印刷体识别接口相比,本接口提供更高精度的通用文字识别服务,在手写体、文字较多、长串数字、小字、模糊字、倾斜文本等困难场景下,高精度版的准确率和召回率更高。\n\n通用文字识别不同版本的差异如下:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:150px\"></th>\n <th >【荐】通用文字识别(高精度版)</th>\n <th style=\"width:300px\"><a href=\"https://cloud.tencent.com/document/product/866/33526\">【荐】通用印刷体识别</a></th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td> 适用场景</td>\n <td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>\n <td>适用于所有通用场景的印刷体识别</td>\n </tr>\n <tr>\n <td>识别准确率</td>\n <td>99%</td>\n <td>96%</td>\n </tr>\n <tr>\n <td>价格</td>\n <td>中</td>\n <td>低</td>\n </tr>\n <tr>\n <td>支持的语言</td>\n <td>中文、英文、中英文、泰语、印尼语、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、哈萨克语</td>\n <td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td> \n </tr>\n <tr>\n <td>自动语言检测</td>\n <td>中英文支持;其他语言需要调整输入参数</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>返回文本行坐标</td>\n <td>支持</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>自动旋转纠正</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:10次/秒。",
173
173
  "input": "GeneralAccurateOCRRequest",
174
- "name": "通用印刷体识别(高精度版)",
174
+ "name": "通用文字识别(高精度版)",
175
175
  "output": "GeneralAccurateOCRResponse",
176
176
  "status": "online"
177
177
  },
@@ -252,13 +252,6 @@
252
252
  "output": "ImageEnhancementResponse",
253
253
  "status": "online"
254
254
  },
255
- "InstitutionOCR": {
256
- "document": "<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持事业单位法人证书关键字段识别,包括注册号、有效期、住所、名称、法定代表人等。\n\n默认接口请求频率限制:5次/秒。",
257
- "input": "InstitutionOCRRequest",
258
- "name": "事业单位法人证书识别",
259
- "output": "InstitutionOCRResponse",
260
- "status": "online"
261
- },
262
255
  "InsuranceBillOCR": {
263
256
  "document": "本接口支持病案首页、费用清单、结算单、医疗发票四种保险理赔单据的文本识别和结构化输出。\n\n默认接口请求频率限制:1次/秒。",
264
257
  "input": "InsuranceBillOCRRequest",
@@ -315,13 +308,6 @@
315
308
  "output": "MixedInvoiceOCRResponse",
316
309
  "status": "online"
317
310
  },
318
- "OrgCodeCertOCR": {
319
- "document": "<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。\n\n默认接口请求频率限制:5次/秒。",
320
- "input": "OrgCodeCertOCRRequest",
321
- "name": "组织机构代码证识别",
322
- "output": "OrgCodeCertOCRResponse",
323
- "status": "online"
324
- },
325
311
  "PassportOCR": {
326
312
  "document": "<b>此接口为护照识别(中国大陆地区护照)的旧版本服务,不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href=\"https://cloud.tencent.com/document/product/866/37657\">护照识别(多国多地区护照)</a>。</b>\n\n本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。\n\n默认接口请求频率限制:10次/秒。",
327
313
  "input": "PassportOCRRequest",
@@ -336,13 +322,6 @@
336
322
  "output": "PermitOCRResponse",
337
323
  "status": "online"
338
324
  },
339
- "PropOwnerCertOCR": {
340
- "document": "<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。\n目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。\n\n默认接口请求频率限制:5次/秒。",
341
- "input": "PropOwnerCertOCRRequest",
342
- "name": "房产证识别",
343
- "output": "PropOwnerCertOCRResponse",
344
- "status": "online"
345
- },
346
325
  "QrcodeOCR": {
347
326
  "document": "本接口支持条形码和二维码的识别(包括 DataMatrix 和 PDF417)。\n\n默认接口请求频率限制:5次/秒。",
348
327
  "input": "QrcodeOCRRequest",
@@ -357,6 +336,13 @@
357
336
  "output": "QuestionOCRResponse",
358
337
  "status": "online"
359
338
  },
339
+ "QuestionSplitLayoutOCR": {
340
+ "document": "试卷切题(仅检测)可将整页练习册、试卷或教辅中的题目进行自动切题,返回试题边框和题目元素的坐标位置。\n\n默认接口请求频率限制:2次/秒。",
341
+ "input": "QuestionSplitLayoutOCRRequest",
342
+ "name": "试卷切题(仅检测)",
343
+ "output": "QuestionSplitLayoutOCRResponse",
344
+ "status": "online"
345
+ },
360
346
  "QuestionSplitOCR": {
361
347
  "document": "试卷切题识别可将整页练习册、试卷或教辅中的题目进行自动切题,并识别出其中的文字内容和坐标位置。\n\n默认接口请求频率限制:2次/秒。",
362
348
  "input": "QuestionSplitOCRRequest",
@@ -385,13 +371,6 @@
385
371
  "output": "RecognizeEncryptedIDCardOCRResponse",
386
372
  "status": "online"
387
373
  },
388
- "RecognizeForeignPermanentResidentIdCard": {
389
- "document": "<b>因技术原因,本接口将不再迭代升级。有效身份证件识别(鉴伪版)可支持此类证件的识别,并包含质量和PS告警,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/112345\">有效身份证件识别(鉴伪版)</a>。</b>\n外国人永久居留身份证识别",
390
- "input": "RecognizeForeignPermanentResidentIdCardRequest",
391
- "name": "外国人永久居留身份证识别",
392
- "output": "RecognizeForeignPermanentResidentIdCardResponse",
393
- "status": "online"
394
- },
395
374
  "RecognizeFormulaOCR": {
396
375
  "document": "公式识别是教育的基础OCR识别能力,可支持理科(数学、物理、化学、生物)的印刷体和手写体的公式识别。\n\n默认接口请求频率限制:2次/秒。",
397
376
  "input": "RecognizeFormulaOCRRequest",
@@ -413,13 +392,6 @@
413
392
  "output": "RecognizeGeneralInvoiceResponse",
414
393
  "status": "online"
415
394
  },
416
- "RecognizeGeneralTextImageWarn": {
417
- "document": "<b>因技术原因,本接口将不再迭代升级。通用卡证鉴伪可支持更多告警类型,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/115916\">通用卡证鉴伪</a>。</b>\n本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。",
418
- "input": "RecognizeGeneralTextImageWarnRequest",
419
- "name": "通用文本图像告警",
420
- "output": "RecognizeGeneralTextImageWarnResponse",
421
- "status": "online"
422
- },
423
395
  "RecognizeHealthCodeOCR": {
424
396
  "document": "本接口支持北京、上海、广东、江苏、吉林、黑龙江、天津、辽宁、浙江、河南、四川、贵州、山东、安徽、福建、江西、湖北、湖南等省份健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,疫苗接种信息,八个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。\n\n默认接口请求频率限制:10次/秒。",
425
397
  "input": "RecognizeHealthCodeOCRRequest",
@@ -5298,6 +5270,16 @@
5298
5270
  "type": "list",
5299
5271
  "value_allowed_null": false
5300
5272
  },
5273
+ {
5274
+ "disabled": false,
5275
+ "document": "全部印章信息",
5276
+ "example": "无",
5277
+ "member": "SealInfo",
5278
+ "name": "SealInfos",
5279
+ "output_required": false,
5280
+ "type": "list",
5281
+ "value_allowed_null": false
5282
+ },
5301
5283
  {
5302
5284
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5303
5285
  "member": "string",
@@ -5514,7 +5496,7 @@
5514
5496
  },
5515
5497
  {
5516
5498
  "disabled": false,
5517
- "document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模板 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nTable -- 表格模板\nSteelLabel -- 实物标签识别模板\nCarInsurance -- 车辆保险单识别模板\nMultiRealEstateCertificate -- 房产材料识别模板\nMultiRealEstateMaterial -- 房产证明识别模板\nHongKongUtilityBill -- 中国香港水电煤单识别模板\nOverseasCheques -- 海外支票\nRegistrationCertificate -- 备案证\n​GridPhoto -- 电网系统照片\n​SignaturePage -- 签署页\n\n",
5499
+ "document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模板 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nTable -- 表格模板\nSteelLabel -- 实物标签识别模板\nCarInsurance -- 车辆保险单识别模板\nMultiRealEstateCertificate -- 房产材料识别模板\nMultiRealEstateMaterial -- 房产证明识别模板\nHongKongUtilityBill -- 中国香港水电煤单识别模板\nOverseasCheques -- 海外支票\nRegistrationCertificate -- 备案证\n​GridPhoto -- 电网系统照片\n​SignaturePage -- 签署页\n​SalesDeliveryNote -- 销售发货单\n\n\n",
5518
5500
  "example": "General",
5519
5501
  "member": "string",
5520
5502
  "name": "ConfigId",
@@ -6973,7 +6955,7 @@
6973
6955
  {
6974
6956
  "disabled": false,
6975
6957
  "document": "场景字段,默认不用填写。\n可选值:only_hw 表示只输出手写体识别结果,过滤印刷体。",
6976
- "example": "",
6958
+ "example": "-无-",
6977
6959
  "member": "string",
6978
6960
  "name": "Scene",
6979
6961
  "required": false,
@@ -7016,7 +6998,7 @@
7016
6998
  {
7017
6999
  "disabled": true,
7018
7000
  "document": "图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href=\"https://cloud.tencent.com/document/product/866/45139\">如何纠正倾斜文本</a>",
7019
- "example": "0",
7001
+ "example": "0.0",
7020
7002
  "member": "float",
7021
7003
  "name": "Angel",
7022
7004
  "output_required": true,
@@ -7026,7 +7008,7 @@
7026
7008
  {
7027
7009
  "disabled": false,
7028
7010
  "document": "图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href=\"https://cloud.tencent.com/document/product/866/45139\">如何纠正倾斜文本</a>",
7029
- "example": "0",
7011
+ "example": "0.0",
7030
7012
  "member": "float",
7031
7013
  "name": "Angle",
7032
7014
  "output_required": true,
@@ -7128,42 +7110,6 @@
7128
7110
  ],
7129
7111
  "usage": "out"
7130
7112
  },
7131
- "GeneralWarnInfo": {
7132
- "document": "通用告警详情",
7133
- "members": [
7134
- {
7135
- "disabled": false,
7136
- "document": "是否存在该告警",
7137
- "example": "false",
7138
- "member": "bool",
7139
- "name": "IsWarn",
7140
- "output_required": true,
7141
- "type": "bool",
7142
- "value_allowed_null": false
7143
- },
7144
- {
7145
- "disabled": false,
7146
- "document": "告警位置四点坐标",
7147
- "example": "无",
7148
- "member": "Polygon",
7149
- "name": "Polygon",
7150
- "output_required": true,
7151
- "type": "list",
7152
- "value_allowed_null": false
7153
- },
7154
- {
7155
- "disabled": false,
7156
- "document": "特殊判定,支持包括\n\nFinger:由手指导致的不完整,仅在不完整告警中返回",
7157
- "example": "Finger",
7158
- "member": "string",
7159
- "name": "SpecificMatter",
7160
- "output_required": true,
7161
- "type": "string",
7162
- "value_allowed_null": false
7163
- }
7164
- ],
7165
- "usage": "out"
7166
- },
7167
7113
  "GetOCRResultRequest": {
7168
7114
  "document": "GetOCRResult请求参数结构体",
7169
7115
  "members": [
@@ -7585,7 +7531,7 @@
7585
7531
  "members": [
7586
7532
  {
7587
7533
  "disabled": false,
7588
- "document": "图片的 Base64 值。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。\n图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
7534
+ "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
7589
7535
  "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
7590
7536
  "member": "string",
7591
7537
  "name": "ImageBase64",
@@ -7594,7 +7540,7 @@
7594
7540
  },
7595
7541
  {
7596
7542
  "disabled": false,
7597
- "document": "图片的 Url 地址。\n支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。\n支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。\n图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。\n非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
7543
+ "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
7598
7544
  "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/HmtResidentPermitOCR/HmtResidentPermitOCR1.png",
7599
7545
  "member": "string",
7600
7546
  "name": "ImageUrl",
@@ -7728,7 +7674,7 @@
7728
7674
  {
7729
7675
  "disabled": false,
7730
7676
  "document": "头像和坐标信息",
7731
- "example": "{\"ImageCoordinates\":{\"X\":0,\"Y\":0,\"Width\":0,\"Height\":0},\"PortraitImage\":\"\"}",
7677
+ "example": "",
7732
7678
  "member": "PortraitImageInfo",
7733
7679
  "name": "PortraitImageInfo",
7734
7680
  "output_required": false,
@@ -8456,92 +8402,6 @@
8456
8402
  ],
8457
8403
  "usage": "out"
8458
8404
  },
8459
- "InstitutionOCRRequest": {
8460
- "document": "InstitutionOCR请求参数结构体",
8461
- "members": [
8462
- {
8463
- "disabled": false,
8464
- "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
8465
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
8466
- "member": "string",
8467
- "name": "ImageBase64",
8468
- "required": false,
8469
- "type": "string"
8470
- },
8471
- {
8472
- "disabled": false,
8473
- "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
8474
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
8475
- "member": "string",
8476
- "name": "ImageUrl",
8477
- "required": false,
8478
- "type": "string"
8479
- }
8480
- ],
8481
- "type": "object"
8482
- },
8483
- "InstitutionOCRResponse": {
8484
- "document": "InstitutionOCR返回参数结构体",
8485
- "members": [
8486
- {
8487
- "disabled": false,
8488
- "document": "注册号",
8489
- "example": "100XXX",
8490
- "member": "string",
8491
- "name": "RegId",
8492
- "output_required": true,
8493
- "type": "string",
8494
- "value_allowed_null": false
8495
- },
8496
- {
8497
- "disabled": false,
8498
- "document": "有效期",
8499
- "example": "自xxxx年xx月xx日至20xx年xx月xx日",
8500
- "member": "string",
8501
- "name": "ValidDate",
8502
- "output_required": true,
8503
- "type": "string",
8504
- "value_allowed_null": false
8505
- },
8506
- {
8507
- "disabled": false,
8508
- "document": "住所",
8509
- "example": "武汉市武昌区雄楚路xxx号",
8510
- "member": "string",
8511
- "name": "Location",
8512
- "output_required": true,
8513
- "type": "string",
8514
- "value_allowed_null": false
8515
- },
8516
- {
8517
- "disabled": false,
8518
- "document": "名称",
8519
- "example": "长江",
8520
- "member": "string",
8521
- "name": "Name",
8522
- "output_required": true,
8523
- "type": "string",
8524
- "value_allowed_null": false
8525
- },
8526
- {
8527
- "disabled": false,
8528
- "document": "法定代表人",
8529
- "example": "李明",
8530
- "member": "string",
8531
- "name": "LegalPerson",
8532
- "output_required": true,
8533
- "type": "string",
8534
- "value_allowed_null": false
8535
- },
8536
- {
8537
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8538
- "member": "string",
8539
- "name": "RequestId",
8540
- "type": "string"
8541
- }
8542
- ],
8543
- "type": "object"
8544
- },
8545
8405
  "InsuranceBillInfo": {
8546
8406
  "document": "保险单据信息",
8547
8407
  "members": [
@@ -11439,7 +11299,7 @@
11439
11299
  {
11440
11300
  "disabled": false,
11441
11301
  "document": "发票名称",
11442
- "example": "",
11302
+ "example": "行程单",
11443
11303
  "member": "string",
11444
11304
  "name": "Title",
11445
11305
  "output_required": true,
@@ -11448,9 +11308,9 @@
11448
11308
  },
11449
11309
  {
11450
11310
  "disabled": false,
11451
- "document": "识别出的字段名称(关键字)",
11311
+ "document": "识别出的字段名称",
11452
11312
  "example": "无",
11453
- "member": "OtherInvoiceItem",
11313
+ "member": "OnlineTaxiItineraryInfo",
11454
11314
  "name": "Content",
11455
11315
  "output_required": true,
11456
11316
  "type": "list",
@@ -11495,82 +11355,6 @@
11495
11355
  ],
11496
11356
  "usage": "out"
11497
11357
  },
11498
- "OrgCodeCertOCRRequest": {
11499
- "document": "OrgCodeCertOCR请求参数结构体",
11500
- "members": [
11501
- {
11502
- "disabled": false,
11503
- "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
11504
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
11505
- "member": "string",
11506
- "name": "ImageBase64",
11507
- "required": false,
11508
- "type": "string"
11509
- },
11510
- {
11511
- "disabled": false,
11512
- "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
11513
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
11514
- "member": "string",
11515
- "name": "ImageUrl",
11516
- "required": false,
11517
- "type": "string"
11518
- }
11519
- ],
11520
- "type": "object"
11521
- },
11522
- "OrgCodeCertOCRResponse": {
11523
- "document": "OrgCodeCertOCR返回参数结构体",
11524
- "members": [
11525
- {
11526
- "disabled": false,
11527
- "document": "代码",
11528
- "example": "300000-3",
11529
- "member": "string",
11530
- "name": "OrgCode",
11531
- "output_required": true,
11532
- "type": "string",
11533
- "value_allowed_null": false
11534
- },
11535
- {
11536
- "disabled": false,
11537
- "document": "机构名称",
11538
- "example": "望江县xxx店",
11539
- "member": "string",
11540
- "name": "Name",
11541
- "output_required": true,
11542
- "type": "string",
11543
- "value_allowed_null": false
11544
- },
11545
- {
11546
- "disabled": false,
11547
- "document": "地址",
11548
- "example": "望江县天鹅购物广场xxx铺",
11549
- "member": "string",
11550
- "name": "Address",
11551
- "output_required": true,
11552
- "type": "string",
11553
- "value_allowed_null": false
11554
- },
11555
- {
11556
- "disabled": false,
11557
- "document": "有效期",
11558
- "example": "自2019年07月01日至2023年06月30日",
11559
- "member": "string",
11560
- "name": "ValidDate",
11561
- "output_required": true,
11562
- "type": "string",
11563
- "value_allowed_null": false
11564
- },
11565
- {
11566
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
11567
- "member": "string",
11568
- "name": "RequestId",
11569
- "type": "string"
11570
- }
11571
- ],
11572
- "type": "object"
11573
- },
11574
11358
  "OtherInvoice": {
11575
11359
  "document": "其他发票",
11576
11360
  "members": [
@@ -12464,12 +12248,38 @@
12464
12248
  ],
12465
12249
  "usage": "out"
12466
12250
  },
12467
- "PropOwnerCertOCRRequest": {
12468
- "document": "PropOwnerCertOCR请求参数结构体",
12251
+ "QrcodeImgSize": {
12252
+ "document": "图片大小",
12469
12253
  "members": [
12470
12254
  {
12471
12255
  "disabled": false,
12472
- "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
12256
+ "document": "",
12257
+ "example": "800",
12258
+ "member": "int64",
12259
+ "name": "Wide",
12260
+ "output_required": true,
12261
+ "type": "int",
12262
+ "value_allowed_null": false
12263
+ },
12264
+ {
12265
+ "disabled": false,
12266
+ "document": "高",
12267
+ "example": "800",
12268
+ "member": "int64",
12269
+ "name": "High",
12270
+ "output_required": true,
12271
+ "type": "int",
12272
+ "value_allowed_null": false
12273
+ }
12274
+ ],
12275
+ "usage": "out"
12276
+ },
12277
+ "QrcodeOCRRequest": {
12278
+ "document": "QrcodeOCR请求参数结构体",
12279
+ "members": [
12280
+ {
12281
+ "disabled": false,
12282
+ "document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
12473
12283
  "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
12474
12284
  "member": "string",
12475
12285
  "name": "ImageBase64",
@@ -12478,8 +12288,8 @@
12478
12288
  },
12479
12289
  {
12480
12290
  "disabled": false,
12481
- "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
12482
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
12291
+ "document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
12292
+ "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/QrcodeOCR/QrcodeOCR1.jpg",
12483
12293
  "member": "string",
12484
12294
  "name": "ImageUrl",
12485
12295
  "required": false,
@@ -12488,139 +12298,17 @@
12488
12298
  ],
12489
12299
  "type": "object"
12490
12300
  },
12491
- "PropOwnerCertOCRResponse": {
12492
- "document": "PropOwnerCertOCR返回参数结构体",
12301
+ "QrcodeOCRResponse": {
12302
+ "document": "QrcodeOCR返回参数结构体",
12493
12303
  "members": [
12494
12304
  {
12495
12305
  "disabled": false,
12496
- "document": "房地产权利人",
12497
- "example": "李明",
12498
- "member": "string",
12499
- "name": "Owner",
12306
+ "document": "二维码/条形码识别结果信息,具体内容请点击左侧链接。",
12307
+ "example": "[{\"Position\":{\"LeftBottom\":{\"X\":161,\"Y\":640},\"LeftTop\":{\"X\":161,\"Y\":158},\"RightBottom\":{\"X\":638,\"Y\":640},\"RightTop\":{\"X\":638,\"Y\":158}},\"TypeName\":\"QR_CODE\",\"Url\":\"http://weixin.qq.com/r/LBNqcsHEhpz5rYUR90Y_\"}]",
12308
+ "member": "QrcodeResultsInfo",
12309
+ "name": "CodeResults",
12500
12310
  "output_required": true,
12501
- "type": "string",
12502
- "value_allowed_null": false
12503
- },
12504
- {
12505
- "disabled": false,
12506
- "document": "共有情况",
12507
- "example": "单独所有",
12508
- "member": "string",
12509
- "name": "Possession",
12510
- "output_required": true,
12511
- "type": "string",
12512
- "value_allowed_null": false
12513
- },
12514
- {
12515
- "disabled": false,
12516
- "document": "登记时间",
12517
- "example": "2015-02-22",
12518
- "member": "string",
12519
- "name": "RegisterTime",
12520
- "output_required": true,
12521
- "type": "string",
12522
- "value_allowed_null": false
12523
- },
12524
- {
12525
- "disabled": false,
12526
- "document": "规划用途",
12527
- "example": "成套住宅",
12528
- "member": "string",
12529
- "name": "Purpose",
12530
- "output_required": true,
12531
- "type": "string",
12532
- "value_allowed_null": false
12533
- },
12534
- {
12535
- "disabled": false,
12536
- "document": "房屋性质",
12537
- "example": "商品房",
12538
- "member": "string",
12539
- "name": "Nature",
12540
- "output_required": true,
12541
- "type": "string",
12542
- "value_allowed_null": false
12543
- },
12544
- {
12545
- "disabled": false,
12546
- "document": "房地坐落",
12547
- "example": "上海市徐汇区田林路397号腾云大厦",
12548
- "member": "string",
12549
- "name": "Location",
12550
- "output_required": true,
12551
- "type": "string",
12552
- "value_allowed_null": false
12553
- },
12554
- {
12555
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12556
- "member": "string",
12557
- "name": "RequestId",
12558
- "type": "string"
12559
- }
12560
- ],
12561
- "type": "object"
12562
- },
12563
- "QrcodeImgSize": {
12564
- "document": "图片大小",
12565
- "members": [
12566
- {
12567
- "disabled": false,
12568
- "document": "宽",
12569
- "example": "800",
12570
- "member": "int64",
12571
- "name": "Wide",
12572
- "output_required": true,
12573
- "type": "int",
12574
- "value_allowed_null": false
12575
- },
12576
- {
12577
- "disabled": false,
12578
- "document": "高",
12579
- "example": "800",
12580
- "member": "int64",
12581
- "name": "High",
12582
- "output_required": true,
12583
- "type": "int",
12584
- "value_allowed_null": false
12585
- }
12586
- ],
12587
- "usage": "out"
12588
- },
12589
- "QrcodeOCRRequest": {
12590
- "document": "QrcodeOCR请求参数结构体",
12591
- "members": [
12592
- {
12593
- "disabled": false,
12594
- "document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
12595
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
12596
- "member": "string",
12597
- "name": "ImageBase64",
12598
- "required": false,
12599
- "type": "string"
12600
- },
12601
- {
12602
- "disabled": false,
12603
- "document": "图片的 Url 地址。要求图片经Base64编码后不超过 10M,支持PNG、JPG、JPEG格式。建议图片存储于腾讯云,可保障更高的下载速度和稳定性。",
12604
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/QrcodeOCR/QrcodeOCR1.jpg",
12605
- "member": "string",
12606
- "name": "ImageUrl",
12607
- "required": false,
12608
- "type": "string"
12609
- }
12610
- ],
12611
- "type": "object"
12612
- },
12613
- "QrcodeOCRResponse": {
12614
- "document": "QrcodeOCR返回参数结构体",
12615
- "members": [
12616
- {
12617
- "disabled": false,
12618
- "document": "二维码/条形码识别结果信息,具体内容请点击左侧链接。",
12619
- "example": "[{\"Position\":{\"LeftBottom\":{\"X\":161,\"Y\":640},\"LeftTop\":{\"X\":161,\"Y\":158},\"RightBottom\":{\"X\":638,\"Y\":640},\"RightTop\":{\"X\":638,\"Y\":158}},\"TypeName\":\"QR_CODE\",\"Url\":\"http://weixin.qq.com/r/LBNqcsHEhpz5rYUR90Y_\"}]",
12620
- "member": "QrcodeResultsInfo",
12621
- "name": "CodeResults",
12622
- "output_required": true,
12623
- "type": "list",
12311
+ "type": "list",
12624
12312
  "value_allowed_null": false
12625
12313
  },
12626
12314
  {
@@ -12965,6 +12653,88 @@
12965
12653
  ],
12966
12654
  "usage": "out"
12967
12655
  },
12656
+ "QuestionSplitLayoutOCRRequest": {
12657
+ "document": "QuestionSplitLayoutOCR请求参数结构体",
12658
+ "members": [
12659
+ {
12660
+ "disabled": false,
12661
+ "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
12662
+ "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
12663
+ "member": "string",
12664
+ "name": "ImageUrl",
12665
+ "required": false,
12666
+ "type": "string"
12667
+ },
12668
+ {
12669
+ "disabled": false,
12670
+ "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
12671
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
12672
+ "member": "string",
12673
+ "name": "ImageBase64",
12674
+ "required": false,
12675
+ "type": "string"
12676
+ },
12677
+ {
12678
+ "disabled": false,
12679
+ "document": "是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。",
12680
+ "example": "true",
12681
+ "member": "bool",
12682
+ "name": "IsPdf",
12683
+ "required": false,
12684
+ "type": "bool"
12685
+ },
12686
+ {
12687
+ "disabled": false,
12688
+ "document": "需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF且IsPdf参数值为true时有效,默认值为1。",
12689
+ "example": "1",
12690
+ "member": "uint64",
12691
+ "name": "PdfPageNumber",
12692
+ "required": false,
12693
+ "type": "int"
12694
+ },
12695
+ {
12696
+ "disabled": false,
12697
+ "document": "是否开启切边增强和弯曲矫正,默认为false不开启",
12698
+ "example": "false",
12699
+ "member": "bool",
12700
+ "name": "EnableImageCrop",
12701
+ "required": false,
12702
+ "type": "bool"
12703
+ },
12704
+ {
12705
+ "disabled": false,
12706
+ "document": "false: 使用当前默认模型 true: 使用新的多模态推理模型,速度更快推理效果更强,仅 `EnableOnlyDetectBorder` 为 `true` 时生效,公测中",
12707
+ "example": "false",
12708
+ "member": "bool",
12709
+ "name": "UseNewModel",
12710
+ "required": false,
12711
+ "type": "bool"
12712
+ }
12713
+ ],
12714
+ "type": "object"
12715
+ },
12716
+ "QuestionSplitLayoutOCRResponse": {
12717
+ "document": "QuestionSplitLayoutOCR返回参数结构体",
12718
+ "members": [
12719
+ {
12720
+ "disabled": false,
12721
+ "document": "检测到的文本信息",
12722
+ "example": "无",
12723
+ "member": "QuestionInfo",
12724
+ "name": "QuestionInfo",
12725
+ "output_required": true,
12726
+ "type": "list",
12727
+ "value_allowed_null": false
12728
+ },
12729
+ {
12730
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12731
+ "member": "string",
12732
+ "name": "RequestId",
12733
+ "type": "string"
12734
+ }
12735
+ ],
12736
+ "type": "object"
12737
+ },
12968
12738
  "QuestionSplitOCRRequest": {
12969
12739
  "document": "QuestionSplitOCR请求参数结构体",
12970
12740
  "members": [
@@ -13908,169 +13678,6 @@
13908
13678
  ],
13909
13679
  "type": "object"
13910
13680
  },
13911
- "RecognizeForeignPermanentResidentIdCardRequest": {
13912
- "document": "RecognizeForeignPermanentResidentIdCard请求参数结构体",
13913
- "members": [
13914
- {
13915
- "disabled": false,
13916
- "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。示例值:https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/docume",
13917
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/card/ForeignPermanentResidentIdCard/ForeignPermanentResidentIdCard1.jpg",
13918
- "member": "string",
13919
- "name": "ImageUrl",
13920
- "required": false,
13921
- "type": "string"
13922
- },
13923
- {
13924
- "disabled": false,
13925
- "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
13926
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
13927
- "member": "string",
13928
- "name": "ImageBase64",
13929
- "required": false,
13930
- "type": "string"
13931
- },
13932
- {
13933
- "disabled": false,
13934
- "document": "是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。",
13935
- "example": "true",
13936
- "member": "bool",
13937
- "name": "EnablePdf",
13938
- "required": false,
13939
- "type": "bool"
13940
- },
13941
- {
13942
- "disabled": false,
13943
- "document": "需要识别的PDF页面的对应页码,传入时仅支持PDF单页识别,当上传文件为PDF且EnablePdf参数值为true时有效,默认值为1。\n示例值:1",
13944
- "example": "1",
13945
- "member": "uint64",
13946
- "name": "PdfPageNumber",
13947
- "required": false,
13948
- "type": "int"
13949
- },
13950
- {
13951
- "disabled": false,
13952
- "document": "是否返回头像和位置坐标",
13953
- "example": "false",
13954
- "member": "bool",
13955
- "name": "CropPortrait",
13956
- "required": false,
13957
- "type": "bool"
13958
- }
13959
- ],
13960
- "type": "object"
13961
- },
13962
- "RecognizeForeignPermanentResidentIdCardResponse": {
13963
- "document": "RecognizeForeignPermanentResidentIdCard返回参数结构体",
13964
- "members": [
13965
- {
13966
- "disabled": false,
13967
- "document": "中文姓名。",
13968
- "example": "吴全斌",
13969
- "member": "string",
13970
- "name": "CnName",
13971
- "output_required": false,
13972
- "type": "string",
13973
- "value_allowed_null": false
13974
- },
13975
- {
13976
- "disabled": false,
13977
- "document": "英文名。",
13978
- "example": "QUANBIN,WU",
13979
- "member": "string",
13980
- "name": "EnName",
13981
- "output_required": false,
13982
- "type": "string",
13983
- "value_allowed_null": false
13984
- },
13985
- {
13986
- "disabled": false,
13987
- "document": "性别。",
13988
- "example": "男/M",
13989
- "member": "string",
13990
- "name": "Sex",
13991
- "output_required": false,
13992
- "type": "string",
13993
- "value_allowed_null": false
13994
- },
13995
- {
13996
- "disabled": false,
13997
- "document": "出生日期。规范格式为 XXXX年XX月XX日。",
13998
- "example": "1981年08月03日",
13999
- "member": "string",
14000
- "name": "DateOfBirth",
14001
- "output_required": false,
14002
- "type": "string",
14003
- "value_allowed_null": false
14004
- },
14005
- {
14006
- "disabled": false,
14007
- "document": "国籍。",
14008
- "example": "加拿大/CAN",
14009
- "member": "string",
14010
- "name": "Nationality",
14011
- "output_required": false,
14012
- "type": "string",
14013
- "value_allowed_null": false
14014
- },
14015
- {
14016
- "disabled": false,
14017
- "document": "有效期限。",
14018
- "example": "自2023年09月15日至2033年09月14日",
14019
- "member": "string",
14020
- "name": "PeriodOfValidity",
14021
- "output_required": false,
14022
- "type": "string",
14023
- "value_allowed_null": false
14024
- },
14025
- {
14026
- "disabled": false,
14027
- "document": "证件号码。",
14028
- "example": "911124198108030024",
14029
- "member": "string",
14030
- "name": "No",
14031
- "output_required": false,
14032
- "type": "string",
14033
- "value_allowed_null": false
14034
- },
14035
- {
14036
- "disabled": false,
14037
- "document": "曾持证件号码。",
14038
- "example": "PAK310080010103",
14039
- "member": "string",
14040
- "name": "PreviousNumber",
14041
- "output_required": false,
14042
- "type": "string",
14043
- "value_allowed_null": false
14044
- },
14045
- {
14046
- "disabled": false,
14047
- "document": "签发机关。",
14048
- "example": "**机构签发",
14049
- "member": "string",
14050
- "name": "IssuedAuthority",
14051
- "output_required": false,
14052
- "type": "string",
14053
- "value_allowed_null": false
14054
- },
14055
- {
14056
- "disabled": false,
14057
- "document": "头像和坐标信息。",
14058
- "example": "无",
14059
- "member": "PortraitImageInfo",
14060
- "name": "PortraitImageInfo",
14061
- "output_required": false,
14062
- "type": "object",
14063
- "value_allowed_null": false
14064
- },
14065
- {
14066
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
14067
- "member": "string",
14068
- "name": "RequestId",
14069
- "type": "string"
14070
- }
14071
- ],
14072
- "type": "object"
14073
- },
14074
13681
  "RecognizeFormulaOCRRequest": {
14075
13682
  "document": "RecognizeFormulaOCR请求参数结构体",
14076
13683
  "members": [
@@ -14119,7 +13726,7 @@
14119
13726
  {
14120
13727
  "disabled": false,
14121
13728
  "document": "图片旋转角度(角度制),文本的水平方向为 0;顺时针为正,逆时针为负",
14122
- "example": "0",
13729
+ "example": "0.0",
14123
13730
  "member": "float",
14124
13731
  "name": "Angle",
14125
13732
  "output_required": true,
@@ -14455,119 +14062,6 @@
14455
14062
  ],
14456
14063
  "type": "object"
14457
14064
  },
14458
- "RecognizeGeneralTextImageWarnRequest": {
14459
- "document": "RecognizeGeneralTextImageWarn请求参数结构体",
14460
- "members": [
14461
- {
14462
- "disabled": false,
14463
- "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
14464
- "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/general/RecognizeGeneralTextImageWarn/RecognizeGeneralTextImageWarn1.png",
14465
- "member": "string",
14466
- "name": "ImageUrl",
14467
- "required": false,
14468
- "type": "string"
14469
- },
14470
- {
14471
- "disabled": false,
14472
- "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
14473
- "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
14474
- "member": "string",
14475
- "name": "ImageBase64",
14476
- "required": false,
14477
- "type": "string"
14478
- },
14479
- {
14480
- "disabled": false,
14481
- "document": "是否开启PDF识别,默认值为true,开启后可同时支持图片和PDF的识别。 示例值:false",
14482
- "example": "true",
14483
- "member": "bool",
14484
- "name": "EnablePdf",
14485
- "required": false,
14486
- "type": "bool"
14487
- },
14488
- {
14489
- "disabled": false,
14490
- "document": "需要识别的PDF页面的对应页码,传入时仅支持PDF单页识别,当上传文件为PDF且EnablePdf参数值为true时有效,默认值为1。 示例值:1",
14491
- "example": "1",
14492
- "member": "int64",
14493
- "name": "PdfPageNumber",
14494
- "required": false,
14495
- "type": "int"
14496
- },
14497
- {
14498
- "disabled": false,
14499
- "document": "支持的模板类型\n- General 通用告警(支持所有类型告警)\n- LicensePlate 车牌告警(支持翻拍告警)",
14500
- "example": "General ",
14501
- "member": "string",
14502
- "name": "Type",
14503
- "required": false,
14504
- "type": "string"
14505
- }
14506
- ],
14507
- "type": "object"
14508
- },
14509
- "RecognizeGeneralTextImageWarnResponse": {
14510
- "document": "RecognizeGeneralTextImageWarn返回参数结构体",
14511
- "members": [
14512
- {
14513
- "disabled": false,
14514
- "document": "复印告警信息",
14515
- "example": "无",
14516
- "member": "GeneralWarnInfo",
14517
- "name": "Copy",
14518
- "output_required": true,
14519
- "type": "object",
14520
- "value_allowed_null": false
14521
- },
14522
- {
14523
- "disabled": false,
14524
- "document": "翻拍告警信息",
14525
- "example": "无",
14526
- "member": "GeneralWarnInfo",
14527
- "name": "Reprint",
14528
- "output_required": true,
14529
- "type": "object",
14530
- "value_allowed_null": false
14531
- },
14532
- {
14533
- "disabled": false,
14534
- "document": "模糊告警信息",
14535
- "example": "无",
14536
- "member": "GeneralWarnInfo",
14537
- "name": "Blur",
14538
- "output_required": true,
14539
- "type": "object",
14540
- "value_allowed_null": false
14541
- },
14542
- {
14543
- "disabled": false,
14544
- "document": "反光告警信息",
14545
- "example": "无",
14546
- "member": "GeneralWarnInfo",
14547
- "name": "Reflection",
14548
- "output_required": true,
14549
- "type": "object",
14550
- "value_allowed_null": false
14551
- },
14552
- {
14553
- "disabled": false,
14554
- "document": "边框不完整告警信息",
14555
- "example": "无",
14556
- "member": "GeneralWarnInfo",
14557
- "name": "BorderIncomplete",
14558
- "output_required": true,
14559
- "type": "object",
14560
- "value_allowed_null": false
14561
- },
14562
- {
14563
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
14564
- "member": "string",
14565
- "name": "RequestId",
14566
- "type": "string"
14567
- }
14568
- ],
14569
- "type": "object"
14570
- },
14571
14065
  "RecognizeHealthCodeOCRRequest": {
14572
14066
  "document": "RecognizeHealthCodeOCR请求参数结构体",
14573
14067
  "members": [