|
|
|
@ -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;
|
|
|
|
|