본문 바로가기
교내 활동/[캡스톤 디자인]공학교육혁신센터

easyocr 설치

by brown_board 2021. 10. 4.
728x90

https://github.com/JaidedAI/EasyOCR

 

GitHub - JaidedAI/EasyOCR: Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chines

Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc. - GitHub - JaidedAI/EasyOCR: Ready-to-use OCR with 80+ ...

github.com

 

1. pip3 install easyocr

- python3에서 실행할 것이므로 pip이 아닌 pip3로 다운로드

2. 하다가 오류가 날 것이다.

Building wheels for collected packages: opencv-python-headless
  Running setup.py bdist_wheel for opencv-python-headless ... error
  Failed building wheel for opencv-python-headless

3. pip3 install --upgrade setuptools pip

- 이 명령어 실행 후 다시 pip3 install easyocr 입력

4. pip3 install easyocr

설치 완료

5. pip3 install opencv-python으로 opencv가 안깔렸다면 실행해야함. 앞서서 먼저 opencv를 깔았기 때문에 패스하였다. ros를 깔거나 opencv 다른 버전을 먼저 깔면 패스

728x90

댓글