본문 바로가기

Note

검색하기
Note
프로필사진

  • Note (462)
    • Pandas (57)
    • Numpy (57)
    • Machine Learning (45)
      • Classification (11)
      • Regression (4)
      • Data Visualization (6)
      • Recommender system (6)
    • Deep Learning (51)
      • NLP (23)
      • Computer Vision (23)
    • etc (243)
      • Crawling (25)
      • Coding Test (200)
      • SQL (17)
      • Flask (1)
    • Project (9)
      • DACON (2)
      • 자격증 (6)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • GitHub
  • Contact
«   2025/05   »
일 월 화 수 목 금 토
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
  • for문
  • 머신러닝
  • Vision
  • 이미지
  • 넘파이
  • APPEND
  • 초보
  • 주피터노트북
  • 코랩
  • 1일 1커밋
  • nltk
  • for
  • 추천시스템
  • NLP
  • rnn
  • 코딩테스트
  • 딥러닝
  • 1일1문제
  • 1일 1문제
  • 유튜브
  • 판다스
  • level 1
  • 백준
  • openCV
  • 자연어처리
  • 파이썬
  • CodeUp
  • 선형회귀
  • 크롤링
  • 프로그래머스
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록vision ai (1)

Note

pytesseract 텍스트 추출

from PIL import Image from pytesseract import * import re import cv2 config = ('-l kor --oem 3 --psm 4') im = cv2.imread('test.jpg') print(pytesseract.image_to_string(im,config = config)) # gray scale img_gray = cv2.imread('test.jpg',cv2.IMREAD_GRAYSCALE) print('추출 한글 : ',pytesseract.image_to_string(im,config = config)) print('그레이 변환 후 추출 한글 : ' ,pytesseract.image_to_string(img_gray,config = con..

Deep Learning/Computer Vision 2022. 5. 10. 20:13
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바