运之盟开放平台


营业执照识别

<p><strong>简要描述:</strong> </p> <ul> <li>OCR-营业执照识别</li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>API地址: <a href="https://open-beta.56yzm.com:8443">https://open-beta.56yzm.com:8443</a> (不同的环境,不同的API地址)</li> <li>请求地址:/open-api/ocr/businessLicense</li> </ul> <p><strong>请求头数据 </strong></p> <ul> <li>Content-Type : application/json;charset=UTF-8 </li> <li>Authorization: Bearer {your_access_token} </li> </ul> <p><strong>入参参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> <th>示例</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">url</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>网络文件地址</td> <td><a href="https://baidu.com">https://baidu.com</a></td> </tr> </tbody> </table> <p><strong>入参示例</strong></p> <pre><code> {     &amp;quot;url&amp;quot;: &amp;quot;https://img-prod.56yzm.com/prod/image/2024/10/21/ba0c492d1e6d4fe38ea40cec40b9a6f4.jpg&amp;quot; }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">url</td> <td style="text-align: left;">string</td> <td>ocr识别的url</td> </tr> <tr> <td style="text-align: left;">registrationNumber</td> <td style="text-align: left;">string</td> <td>老版本营业执照对应注册号。新三证合一版本营业执照对应社会保障号。</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">string</td> <td>企业名称</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">string</td> <td>公司/企业类型/主体类型</td> </tr> <tr> <td style="text-align: left;">address</td> <td style="text-align: left;">string</td> <td>住所/营业场所/企业住所</td> </tr> <tr> <td style="text-align: left;">legalRepresentative</td> <td style="text-align: left;">string</td> <td>法定代表人/负责人</td> </tr> <tr> <td style="text-align: left;">registeredCapital</td> <td style="text-align: left;">string</td> <td>注册资本</td> </tr> <tr> <td style="text-align: left;">foundDate</td> <td style="text-align: left;">string</td> <td>成立日期</td> </tr> <tr> <td style="text-align: left;">businessTerm</td> <td style="text-align: left;">string</td> <td>营业期限</td> </tr> <tr> <td style="text-align: left;">businessScope</td> <td style="text-align: left;">string</td> <td>经营范围</td> </tr> <tr> <td style="text-align: left;">issueDate</td> <td style="text-align: left;">string</td> <td>发照日期</td> </tr> <tr> <td style="text-align: left;">confidence</td> <td style="text-align: left;">object</td> <td>字段的置信度,取值范围0~1。置信度越大,本次识别的字段的可靠性越高,在统计意义上,置信度越大,准确率越高。置信度由算法给出,不直接等价于字段的准确率。</td> </tr> </tbody> </table> <p><strong>出参示例</strong></p> <pre><code> {     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;url&amp;quot;: &amp;quot;https://img-prod.56yzm.com/prod/image/2024/10/21/ba0c492d1e6d4fe38ea40cec40b9a6f4.jpg&amp;quot;,         &amp;quot;registrationNumber&amp;quot;: &amp;quot;91440606MADP8CCF9P&amp;quot;,         &amp;quot;name&amp;quot;: &amp;quot;广东运之盟物流服务有限公司&amp;quot;,         &amp;quot;type&amp;quot;: &amp;quot;有限责任公司(自然人投资或控股)&amp;quot;,         &amp;quot;address&amp;quot;: &amp;quot;佛山市顺德区乐从镇广东乐从钢铁世界钢富路1号国通创科园T3栋二层205室之五(住所申报)&amp;quot;,         &amp;quot;legalRepresentative&amp;quot;: &amp;quot;蔡荣垦&amp;quot;,         &amp;quot;registeredCapital&amp;quot;: &amp;quot;伍佰万元人民币&amp;quot;,         &amp;quot;foundDate&amp;quot;: &amp;quot;2024-06-19&amp;quot;,         &amp;quot;businessTerm&amp;quot;: &amp;quot;长期&amp;quot;,         &amp;quot;businessScope&amp;quot;: &amp;quot;许可项目:道路货物运输(不含危险货物);国际道路货物运输。(依法须经批准的项目,经相关部门批准后方可开展经营活动,具体经营项目以相关部门批准文件或许可证件为准)一般项目:国内货物运输代理;国内集装箱货物运输代理;国内船舶代理;铁路运输辅助活动;普通货物仓储服务(不含危险化学品等需许可审批的项目);信息咨询服务(不含许可类信息咨询服务);建筑材料销售;汽车零配件批发;机动车修理和维护。(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)&amp;quot;,         &amp;quot;issueDate&amp;quot;: &amp;quot;2024-06-19&amp;quot;,         &amp;quot;confidence&amp;quot;: {             &amp;quot;business_scope&amp;quot;: 0.998,             &amp;quot;address&amp;quot;: 0.9993,             &amp;quot;issue_date&amp;quot;: 0.9999,             &amp;quot;business_term&amp;quot;: 0,             &amp;quot;registration_number&amp;quot;: 0.9998,             &amp;quot;legal_representative&amp;quot;: 0.9999,             &amp;quot;name&amp;quot;: 0.9999,             &amp;quot;organization_form&amp;quot;: 0,             &amp;quot;type&amp;quot;: 0.9678,             &amp;quot;registered_capital&amp;quot;: 0.9997,             &amp;quot;found_date&amp;quot;: 0.9999         },         &amp;quot;empty&amp;quot;: false     } }</code></pre>

页面列表

ITEM_HTML