개정판 4726c0c0
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