|
|
@ -140,7 +140,7 @@ public class ApiController {
|
|
|
|
ocrIdentify.setSourceJson(requestBody.getJSONArray("sourceJson").toJSONString());//校验数据源
|
|
|
|
ocrIdentify.setSourceJson(requestBody.getJSONArray("sourceJson").toJSONString());//校验数据源
|
|
|
|
ocrIdentifyService.save(ocrIdentify);
|
|
|
|
ocrIdentifyService.save(ocrIdentify);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Thread.sleep(1000L);
|
|
|
|
// Thread.sleep(1000L);
|
|
|
|
//3.请求python ocr识别,异步执行
|
|
|
|
//3.请求python ocr识别,异步执行
|
|
|
|
//taskService.postSemantic(ocrIdentify,fileList);
|
|
|
|
//taskService.postSemantic(ocrIdentify,fileList);
|
|
|
|
//ocrIdentifyService.postSemantic(ocrIdentify, fileList);
|
|
|
|
//ocrIdentifyService.postSemantic(ocrIdentify, fileList);
|
|
|
|