Skip to content

The website (http://ceodelhi.gov.in/OnlineErms/electorsearchidcard.aspx) requires a Voter ID and a capcha to be entered to obtain user information. The Epic IDs are already scraped from a govt. portal and stored in a text file. This script reads EPIC number from that text file and enters it in the given website using selenium and takes screensho…

Notifications You must be signed in to change notification settings

tavleen13/Capture-the-Captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

The website (http://ceodelhi.gov.in/OnlineErms/electorsearchidcard.aspx) requires a Voter ID and a capcha to be entered to obtain user Information

The script enters the given ID and detects the capcha and send it as input to the website and gets the info in a Csv format.

The capcha is broken by taking the screenshot and reading from the cropped image of the capcha.

Python version 2.4

REQUIREMENTS

  1. Selenium
  2. Beautiful Soup
  3. Scipy
  4. Regex
  5. Tesseract
  6. PIL

About

The website (http://ceodelhi.gov.in/OnlineErms/electorsearchidcard.aspx) requires a Voter ID and a capcha to be entered to obtain user information. The Epic IDs are already scraped from a govt. portal and stored in a text file. This script reads EPIC number from that text file and enters it in the given website using selenium and takes screensho…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages