配置文件修改

dev
郭向斌 2 years ago
parent b5749a74a2
commit e51ca5d1e8

@ -61,6 +61,7 @@ public class OcrSimulatorController{
List<String> imageList = images.toJavaList(String.class);
OcrIdentify ocrIdentify=new OcrIdentify();
ocrIdentify.setTaskSource("模拟实验");//模拟实验-场景识别
ocrIdentify.setTaskType(requestBody.getString("taskType"));
ocrIdentifyService.save(ocrIdentify);
List<OcrIdentifyDetail> ocrIdentifyDetailList=new ArrayList<>();
double nluTimeSum=0d;

Loading…
Cancel
Save