개정판 ca32c11a
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