프로젝트

일반

사용자정보

개정판 e2a2841f

IDe2a2841f5763058b8b6e19098a12d4f24c872253
상위 b580f6e4
하위 0d067183

김정우 이(가) 약 7년 전에 추가함

임시저장

차이점 보기:

DTI_PID/DTI_PID/azure_ocr_module.py
306 306
    for tinfo in textInfoList:
307 307
        cv2.putText(im, tinfo.getText(), (tinfo.getX(), tinfo.getY()+tinfo.getH()), 2, 1.0, (0, 0, 0))
308 308
        cv2.rectangle(im, (tinfo.getX(), tinfo.getY()), (tinfo.getX()+tinfo.getW(), tinfo.getY()+tinfo.getH()), (0, 0, 255), 2)
309
    cv2.imwrite(os.path.dirname(os.path.realpath(__file__)) + "/res/Result/Standalone_OCR_Test.png", im)
309
    cv2.imwrite(os.path.dirname(os.path.realpath(__file__)) + "/res/Result/Standalone_OCR_Test.png", im)

내보내기 Unified diff

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