Skip to content

Python script that converts the captcha image you provide into text

License

Notifications You must be signed in to change notification settings

ibrahimsayar/captcha-image-to-string

Repository files navigation

Basic Catpcha Image to String

Python script that converts the captcha image you provide into text.

Installation

  1. Clone the project:
    git clone https://github.com/ibrahimsayar/captcha-image-to-string.git
  2. Install the necessary dependencies:
    pip install -r requirements.txt

Usage

Detailed information on how to use the project can be provided here.

Example command:

python3 captcha-to-image.py --location /path/captcha-image-to-string/example-1.png

Dependencies

  • Python (3.x)
  • OpenCV
  • NumPy
  • Tesseract OCR

The required Python libraries and versions are specified in the requirements.txt file.

Screenshots

Example 1

Example 2

License

MIT

About

Python script that converts the captcha image you provide into text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages