프로젝트

일반

사용자정보

개정판 4726c0c0

ID4726c0c048e1d039060d4211ca6140149b3f617c
상위 5b2f0e17
하위 23d32898

함의성이(가) 4년 이상 전에 추가함

issue #000: fix text merge

Change-Id: I0eaabd30dd88ba12992df82f33956c29e7e0c33e

차이점 보기:

DTI_PID/DTI_PID/ImportTextFromPDFDialog.py
288 288
                for rect in sorted(merge, key=lambda param:param.left()):
289 289
                    if text is None:
290 290
                        text = rect._text
291
                    elif (text[-1] != '/' or text[-1] != '-'):
291
                    elif text[-1] != '/' and text[-1] != '-' and text[-1] != '.':
292 292
                        text = text + ' ' + rect._text
293 293
                    else:
294 294
                        text = text + rect._text

내보내기 Unified diff