图片获取

master^2
郭向斌 2 years ago
parent 1ed303f7c6
commit 21a022ca7d

@ -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<>();
//识别的图片路径 //识别的图片路径

@ -299,5 +299,6 @@ third-app:
system: system:
project: project:
env: customer_test env: customer_test
enableHandleTask: false enableHandleTask: true
fileReviewUrlPrefix: http://47.103.213.109:8072/files fileReviewUrlPrefix: http://47.103.213.109:8072/files
wlyCallback: https://hyycsozs.prevailcloud.com/api/task/image/ocr/callback
Loading…
Cancel
Save