프로젝트

일반

사용자정보

개정판 dbe59b73

IDdbe59b737e44ce88998b80e25a5cf596be2d5cde
상위 d2ccfaf7
하위 7dfe0c0b

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

build issue #655: syntax

차이점 보기:

DTI_PID/DTI_PID/TrainingImageListDialog.py
272 272

  
273 273
        #try:
274 274
                        # 실제 적용 데이터 생성 3단계진행
275
        trainCmd = tesseract_cmd + ' ' + trainingImgPath + ' ' + trainingBoxPath.replace('.box', '') + ' nobatch box.train &timeout 15'
275
        #trainCmd = tesseract_cmd + ' ' + trainingImgPath + ' ' + trainingBoxPath.replace('.box', '') + ' nobatch box.train' + ' >> output.log'
276
        trainCmd = '\"' + tesseract_cmd + ' ' + trainingImgPath + ' ' + trainingBoxPath.replace('.box', '') + ' nobatch box.train &timeout 15' + '\"'
276 277
        #subprocess.call(trainCmd, shell = True)
277 278
        
278 279
        #unicharsetExtractorCmd = unicharset_extractor_cmd + ' ' + trainingBoxPath + " >> output.log"
279 280
        #subprocess.call(unicharsetExtractorCmd, shell = True)
280 281
        QMessageBox.question(self, 'tesseract', trainCmd, QMessageBox.Yes, QMessageBox.Cancel)
281 282
        
282
        os.system('\\"' + trainCmd + '\\"')
283
        os.system(trainCmd)
283 284
        #os.system(unicharsetExtractorCmd)
284 285

  
285 286
            #setUnicharsetPropertiesCmd = set_unicharset_properties_cmd + 

내보내기 Unified diff

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