master
周文涛 2 years ago
parent a95a4e1926
commit 962283716e

@ -127,6 +127,7 @@ public class OcrIdentifyController extends JeecgController<OcrIdentify, IOcrIden
}
AssertUtils.hasSize(fileList, "图片目录下未获取到可使用的图片格式文件");
ocrIdentify.setTaskSource("平台");
ocrIdentify.setStatus("0");
ocrIdentifyService.save(ocrIdentify);
//3.请求python ocr识别异步执行
ocrIdentifyService.postSemantic(ocrIdentify, fileList);

Loading…
Cancel
Save