Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Ionic modal
- 모달
- 호버
- ajax 사용 예시
- scroll
- 옵저버블
- prisma
- 스크롤 이벤트 감지
- modal
- mysql if
- Angular Router
- Oracle LISTAGG 사용 예시
- flex-1
- 앵귤러 애니메이션
- 앵귤러 모달
- Router
- angular route
- angular modal
- angular animation
- 스크롤 이벤트
- egov spring ajax 사용 예시
- angular button
- route
- ApexChart
- TAILWIND
- 검색
- summary
- 아이오닉 스크롤 이벤트
- 셀렉트박스 커스텀
- formgroup
Archives
- Today
- Total
목록OCR 기반 텍스트 인식 (1)
깜놀하는 해므찌로

Google CoLab 구글 코랩 활용 %matplotlib inline !sudo apt install tesseract-ocr !pip3 install pytesseract !pip3 install opencv-contrib-python # 주요 및 추가 모듈 설치 !pip3 install Pillow==9.1.0 !pip3 install coolsms_python_sdk 1. OCR 및 이미지 처리 라이브러리 설치 import pytesseract import shutil import os import random from PIL import Image import matplotlib.pyplot as plt import cv2 import numpy as np import sys from sdk...
IT
2022. 7. 6. 17:06