Skip to content

vchuynh/simple-captcha-solver

Repository files navigation

simple-captcha-solver

This is a command line tool that solves simple alphanumeric captchas using the Tesseract OCR engine. It takes in an input image and outputs the predicted answer to console.

Requirements

  • Python 3.x
  • pytesseract
  • PIL
  • cv2

Instructions

After you have installed the requirements to your machine, simply replace the value for tesseract_path in config.py with your locally installed location and run the program. I've included 11 test images of which this program has 100% accuracy.

About

Solves simple alphanumeric captchas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages