|
|
|
@ -210,7 +210,7 @@ public class ApiController {
|
|
|
|
|
if (identifyIdList.size()>0) {
|
|
|
|
|
ocrIdentifyDetailService.remove(new LambdaQueryWrapper<OcrIdentifyDetail>().in(OcrIdentifyDetail::getIdentifyId,identifyIdList));
|
|
|
|
|
for (OcrIdentify ocrIdentify : list) {
|
|
|
|
|
log.info("打印ocrIdentifyId:",ocrIdentify.getId());
|
|
|
|
|
log.info("打印ocrIdentifyId:"+ocrIdentify.getId());
|
|
|
|
|
List<String> identifyUrlList = FileOUtils.fileLists(null, ocrIdentify.getIdentifyUrl());
|
|
|
|
|
ocrIdentifyService.postSemantic(ocrIdentify,identifyUrlList);
|
|
|
|
|
}
|
|
|
|
|