|
|
|
@ -284,7 +284,8 @@ public class OcrIdentifyController extends JeecgController<OcrIdentify, IOcrIden
|
|
|
|
|
ocrIdentify.setTaskResult("0");
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
List<OcrIdentifyDetail> identifyDetailList = ocrIdentifyDetailService.list(new LambdaQueryWrapper<OcrIdentifyDetail>().eq(OcrIdentifyDetail::getIdentifyId,id));
|
|
|
|
|
ocrIdentify.setImgNum((long)identifyDetailList.size());
|
|
|
|
|
if (StringUtils.isNotBlank(ocrIdentify.getTaskResultInfo())) {
|
|
|
|
|
List<OcrResult2> ocrResult2s = JSONObject.parseArray(ocrIdentify.getTaskResultInfo()).toJavaList(OcrResult2.class);
|
|
|
|
|
int tagNum = ocrResult2s.size();
|
|
|
|
|