Skip to content

Instantly share code, notes, and snippets.

@almog
Last active January 1, 2016 11:29
Show Gist options
  • Save almog/8138319 to your computer and use it in GitHub Desktop.
Save almog/8138319 to your computer and use it in GitHub Desktop.
Decode Yad2's captchas
wget "http://www.yad2.co.il/mailsecure.php" -O "captcha.jpg" && \
convert -white-threshold 55% captcha.jpg clean_captcha.jpg && \
tesseract clean_captcha.jpg captcha -psm 8 digits && \
cat captcha.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment