Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 998 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 998 Bytes

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