프로젝트

일반

사용자정보

개정판 896ccfed

ID896ccfed3ace473464472886b712ef430e995871
상위 186ce8d5
하위 870ad62a, 1d8db355

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

issue #000: withhold single char text item removing

Change-Id: I34187f5bd7e2e728cd91f255dbce87f820684ab2

차이점 보기:

DTI_PID/DTI_PID/TextDetector.py
289 289
                    if data: self.textInfoList.extend(data)
290 290
                pool.shutdown(wait = True)
291 291

  
292
                # remove text item has only 1 character
293
                for index in range(len(self.textInfoList) - 1, -1, -1):
294
                    if len(self.textInfoList[index].getText()) is 1:
295
                        self.textInfoList.pop(index)
292
                ## remove text item has only 1 character
293
                #for index in range(len(self.textInfoList) - 1, -1, -1):
294
                #    if len(self.textInfoList[index].getText()) is 1:
295
                #        self.textInfoList.pop(index)
296 296

  
297 297
                if onlyTextArea:
298 298
                    return

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)