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
- 옵저버블
- summary
- angular route
- 호버
- egov spring ajax 사용 예시
- scroll
- angular button
- route
- angular modal
- Ionic modal
- 앵귤러 모달
- 앵귤러 애니메이션
- ajax 사용 예시
- mysql if
- Angular Router
- 아이오닉 스크롤 이벤트
- modal
- angular animation
- 스크롤 이벤트 감지
- TAILWIND
- flex-1
- Oracle LISTAGG 사용 예시
- 검색
- 스크롤 이벤트
- ApexChart
- Router
- 셀렉트박스 커스텀
- prisma
- formgroup
- 모달
Archives
- Today
- Total
목록tesseract 사용 예시 (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