diff --git a/PPOCRLabel/libs/autoDialog.py b/PPOCRLabel/libs/autoDialog.py index ca7230ac0cc1b81bc55d9085b9e931c58b483370..ff19fe4678a1af49855650e77993cc6f3de343ed 100644 --- a/PPOCRLabel/libs/autoDialog.py +++ b/PPOCRLabel/libs/autoDialog.py @@ -48,7 +48,7 @@ class Worker(QThread): posi = res[0] strs += "Transcription: " + chars + " Probability: " + str(cond) + " Location: " + json.dumps(posi) # Sending large amounts of data repeatedly through pyqtSignal may affect the program efficiency - self.listValue.emit(strs) # It is better to remove this line + # self.listValue.emit(strs) # It is better to remove this line self.mainThread.result_dic = self.result_dic self.mainThread.filePath = Imgpath # 保存