프로젝트

일반

사용자정보

개정판 ab4a7be7

IDab4a7be7c5e60a473abd3598d1347d06b1618e7a
상위 60d74dbf
하위 84b98d24

함의성이(가) 약 5년 전에 추가함

issue #480: fix

Change-Id: I9c35244f668b02f5bef9d8938acf718cf47b1eda

차이점 보기:

DTI_PID/DTI_PID/tesseract_ocr_module.py
153 153
                boundaryOcrData = pytesseract.image_to_boxes(im, config=_conf, lang=oCRLang)
154 154
                bounding_boxes = boundaryOcrData.split('\n')
155 155

  
156
        bounding_boxes = [box for box in bounding_boxes if box != '']
156 157
        bounding_boxes = sorted(bounding_boxes, key=lambda param: int(param.split(' ')[4]) - int(param.split(' ')[2]), reverse=True)
157 158
        merged_boxes = []
158 159

  

내보내기 Unified diff

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