|
|
|
@ -75,9 +75,7 @@ public class StartSegmentHandler {
|
|
|
|
|
//根据病案号查询文件列表
|
|
|
|
|
List<OcrBasic> ocrBasicList = iOcrBasicDao.findBy("patientId", patientId);
|
|
|
|
|
String url = iOcrUrlConfigDao.findBy("version", version).get(0).getUrl();
|
|
|
|
|
List<OcrFileInfo> fileInfoList = iOcrFileInfoDao.findBy("patientId", patientId)
|
|
|
|
|
.stream().sorted(Comparator.comparing(OcrFileInfo::getPicName))
|
|
|
|
|
.collect(Collectors.toList());
|
|
|
|
|
List<OcrFileInfo> fileInfoList = iOcrFileInfoDao.findBy("patientId", patientId);
|
|
|
|
|
OcrCutConfigVO ocrCutConfigVO = iOcrCutConfigService.findByVersion(ocrVersion.getVersion());
|
|
|
|
|
Double height = ocrCutConfigVO.getHeight();
|
|
|
|
|
Double widthStart = ocrCutConfigVO.getWidthStart();
|
|
|
|
|