OCR.py 설치할 것들
1. python.exe -m pip install --upgrade pip --user
----- 참고 : AWS(s3) No module named httpsession 문제 발생 시 -----
https://jojoldu.tistory.com/426
pip install awscli --user --force-reinstall --upgrade --ignore-installed
2. pip install botocore
3. pip install pytesseract
4. pip install numpy
----- 참고 : 파이썬 64비트 일 경우 numpy 설치법 -----
https://tiboy.tistory.com/603
numpy 설치 파일들
https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
5. pip install pyenchant
6. pip install boto3
7. pip install opencv-python