ocr识别营业执照功能,返回不了营业执照编码
返回的报文,其中少了reg_num (注册号),serial //编号
{
"errcode": 0,
"errmsg": "ok",
"legal_representative": "",
"enterprise_name": "",
"type_of_organization": "",
"address": "",
"type_of_enterprise": "个体工商户",
"business_scope": "装服务。。(除许可业务外,司自主依法经营法律法规非禁上或限制的项目)",
"registered_date": "2020年08月17日",
"title": "营业执照",
"cert_position": {
"pos": {
"left_top": {
"x": 109,
"y": 196
},
"right_top": {
"x": 1543,
"y": 207
},
"right_bottom": {
"x": 1543,
"y": 1056
},
"left_bottom": {
"x": 109,
"y": 1045
}
}
},
"img_size": {
"w": 1646,
"h": 1161
}
}
这是返回的报文,其中少了reg_num (注册号),serial //编号
[代码] [代码]