프로젝트

일반

사용자정보

개정판 ca32c11a

IDca32c11aca77cf342b602a9cca577d5a8dd0584c
상위 9eff5fac
하위 efb69f20

humkyung 이(가) 6년 이상 전에 추가함

fixed some bugs

차이점 보기:

DTI_PID/DTI_PID/DTI_PID.py
1046 1046
                ## up to here
1047 1047

  
1048 1048
                textDetector.recognizeText(appDocData.imgSrc, offset, textAreas, searchedSymbolList, updateProgressSignal, listWidget, maxProgressValue)
1049
                textInfoList = textDetector.textInfoList.copy()
1050
                noteTextInfoList = textDetector.noteTextInfoList.copy()
1049
                textInfoList = textDetector.textInfoList.copy() if textDetector.textInfoList is not None else None
1050
                noteTextInfoList = textDetector.noteTextInfoList.copy() if textDetector.noteTextInfoList is not None else None
1051 1051

  
1052 1052
                appDocData.imgWidth, appDocData.imgHeight = appDocData.imgSrc.shape[::-1]
1053 1053
                drawFoundSymbolsOnCanvas(mainRes, textInfoList, listWidget)

내보내기 Unified diff

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