图片识别
demaxiydadao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
读取上传图片
public ResultData getBusinessAip(HttpServletRequest request,MultipartFile file) throws IOException { //由原来的读取存在本地的图片 改为读取流程图片 byte[] img =null; if(file!=null){ InputStream in = file.getInputStream(); ByteArrayOutputStream bos =.原创 2020-09-22 14:51:47 · 203 阅读 · 0 评论 -
百度api识别营业执照
最近公司有需求要识别营业执照 百度上有直接现成的类型 会在下载中提到 这个是手动填写的 Controller 层 这里是上传图片成功返回地址 public ResultData getBusinessAip(HttpServletRequest request) throws IOException { String path=request.getParameter("path"); String flag=request.getParameter("flag"); ..原创 2020-09-22 11:31:04 · 660 阅读 · 0 评论
分享