프로젝트

일반

사용자정보

개정판 64747815

ID647478155c03b3323bd6f0381cbc67836af88017
상위 52f99baf
하위 7196ff9e

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

issue #000: text detection error from tesseract

Change-Id: I58b642e9dbf8e6ffbe24fd425b816df8a618273d

차이점 보기:

DTI_PID/DTI_PID/tesseract_ocr_module.py
204 204

  
205 205
            if cropped.width == 0 or cropped.height == 0:
206 206
                continue
207
            text = pytesseract.image_to_string(cropped, config=_conf, lang=oCRLang)
207
            text = pytesseract.image_to_string(cropped, config=_conf, lang=oCRLang).replace('\n', '')
208 208

  
209 209
            if long_img:
210 210
                text = text[:int(len(text)/ 3)]

내보내기 Unified diff

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