개정판 b93e7eef
issue #000: 0710
Change-Id: I93364955c44f931c6ac7b914dfd15189c49b8952
DTI_PID/DTI_PID/TextDetector.py | ||
---|---|---|
287 | 287 |
if data: self.textInfoList.extend(data) |
288 | 288 |
pool.shutdown(wait = True) |
289 | 289 |
|
290 |
# remove text item has only 1 character |
|
290 | 291 |
for index in range(len(self.textInfoList) - 1, -1, -1): |
291 | 292 |
if len(self.textInfoList[index].getText()) is 1: |
292 | 293 |
self.textInfoList.pop(index) |
내보내기 Unified diff