|
|
|
@ -88,6 +88,10 @@ public class HandleTaskInit implements ApplicationRunner {
|
|
|
|
String image;//图片
|
|
|
|
String image;//图片
|
|
|
|
//执行获取到的任务
|
|
|
|
//执行获取到的任务
|
|
|
|
identifyFor: for (OcrIdentify ocrIdentify : list) {
|
|
|
|
identifyFor: for (OcrIdentify ocrIdentify : list) {
|
|
|
|
|
|
|
|
//过滤不需要的任务批次
|
|
|
|
|
|
|
|
if(ocrIdentify.getRequestId().contains("c1b1f298e7ab4ba59103081e55f9cd01")){
|
|
|
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
}
|
|
|
|
image=null;
|
|
|
|
image=null;
|
|
|
|
fileList=new ArrayList<>();
|
|
|
|
fileList=new ArrayList<>();
|
|
|
|
//识别的图片路径
|
|
|
|
//识别的图片路径
|
|
|
|
|