提交修改
This commit is contained in:
parent
f33d406cad
commit
816362ad56
@ -31,9 +31,6 @@ import java.util.Map;
|
||||
* RecognizeDrivingLicense
|
||||
* 行驶证识别能力可以识别行驶证首页和副页关键字段内容,输出品牌型号、车辆类型、车牌号码、检验记录、核定载质量、核定载人数等 21 个关键字段信息。
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* https://console.bce.baidu.com/support/?_=1740219852952×tamp=1740323990690#/api?product=AI&project=%E6%96%87%E5%AD%97%E8%AF%86%E5%88%AB&parent=%E4%BA%A4%E9%80%9A%E5%9C%BA%E6%99%AFOCR&api=rest%2F2.0%2Focr%2Fv1%2Fvehicle_license&method=post
|
||||
*
|
||||
*
|
||||
@ -130,6 +127,7 @@ public class RecognizeDrivingLicenseController extends BaseController {
|
||||
return R.ok().setData(backResp);
|
||||
}
|
||||
}
|
||||
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user