Python script that converts the captcha image you provide into text.
- Clone the project:
git clone https://github.com/ibrahimsayar/captcha-image-to-string.git
- Install the necessary dependencies:
pip install -r requirements.txt
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
- Python (3.x)
- OpenCV
- NumPy
- Tesseract OCR
The required Python libraries and versions are specified in the requirements.txt file.