Skip to content

Instantly share code, notes, and snippets.

View MrAch26's full-sized avatar
🏠
Learning from home

Daniel Ach MrAch26

🏠
Learning from home
  • Tel Aviv, Israel
View GitHub Profile
@MrAch26
MrAch26 / captcha_solver.py
Created December 4, 2022 08:36
Captcha Solver with python
from PIL import Image
from scipy.ndimage import gaussian_filter
import numpy
import pytesseract
from PIL import ImageFilter
def solve_captcha(filename):
# thresold1 on the first stage
th1 = 140
th2 = 140 # threshold after blurring