master
周文涛 2 years ago
parent 0309321d26
commit 8e129d80c6

@ -1002,7 +1002,7 @@ public class OcrIdentifyServiceImpl extends ServiceImpl<OcrIdentifyMapper, OcrId
ocrIdentifyDetail.setThumbnailImageUrl(outputImagePath); ocrIdentifyDetail.setThumbnailImageUrl(outputImagePath);
}*/ }*/
//绘制虚线 //绘制虚线
if (true) { /*if (true) {
JSONObject semanticResult2 = semanticResult.getJSONObject("semantic_result"); JSONObject semanticResult2 = semanticResult.getJSONObject("semantic_result");
String fileUrl = "/data/ocrImage/drawDashed" + imgPath.substring(0, i); String fileUrl = "/data/ocrImage/drawDashed" + imgPath.substring(0, i);
@ -1017,7 +1017,7 @@ public class OcrIdentifyServiceImpl extends ServiceImpl<OcrIdentifyMapper, OcrId
imgPath = outputImagePath; imgPath = outputImagePath;
} }
} }
} }*/
} }
OcrRuleCheckDTO ocrRuleCheckVo = ocrRuleCheckService.findById(simulateChecksVO.getRuleCheckId()); OcrRuleCheckDTO ocrRuleCheckVo = ocrRuleCheckService.findById(simulateChecksVO.getRuleCheckId());

Loading…
Cancel
Save