Skip to content

Text captcha solvers are automated tools designed to decode distorted text and symbols used in captchas, which serve as security measures on websites .Solve the captcha ny voice

Notifications You must be signed in to change notification settings

Mahdi-hasan-shuvo/text_captcha_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Voice Captcha Solver

This project automates the solving of text-based captchas using voice input. It leverages Python libraries for speech recognition, image processing, and machine learning to decode distorted text and symbols used in captchas, which are commonly found on websites for security purposes.

Features

  • Voice Input for Captchas: Solve captchas by speaking the text aloud.
  • Speech Recognition: Converts voice input to text using advanced speech-to-text algorithms.
  • Image Processing: Handles captcha image recognition and preprocessing to improve accuracy.
  • Automatic Submission: Submits the decoded captcha solution to the website form.

Requirements

Before running the script, ensure you have the following libraries installed:

  • Python 3.x
  • SpeechRecognition: For converting voice input into text
  • pytesseract: For Optical Character Recognition (OCR)
  • Pillow: For image manipulation
  • requests: For handling HTTP requests
  • pyautogui: For simulating mouse and keyboard actions

Install the required Python libraries using:

pip install SpeechRecognition pytesseract Pillow requests pyautogui

Damo

1219.1.mp4

About

Text captcha solvers are automated tools designed to decode distorted text and symbols used in captchas, which serve as security measures on websites .Solve the captcha ny voice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages