Skip to content

lihkinVerma/alphaNumericCaptchaCrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is codebase aimed to write automatic python script that reads some valid JEE Rolenumbers from a file with their DOB and using OCR fill alpha numeric captch code and enter into systemto find candidate details

The directory structure is as follows:-

.
|-- README.md
|-- appliedStudentsList.csv
|-- WorkingOnCaptchasForJEEResults.py
|-- imagesForGit/ 
|-- data/
|     |-- captcha.png
|     |-- results.csv

To run the project use simple command

	$ python3 WorkingOnCaptchasForJEEResults.py appliedStudentsList.csv

Snippets to get enthu

  1. Input Data in form of csv having student's JEE Roll Number and Date Of Birth Input Data in a csv having student's JEE Roll Number and Date Of Birth

  2. Filling internal details along with Captcha cracking using OCR and Selenium craking Fig 1 craking Fig 2

2.1 A cracked Captcha captch1

Predicted alphaNumeric = "634NL4"


2.2 Another Cracked Captcha captcha2

Predicted alphaNumeric = "BV8948"


  1. Capturing Internal Deatils
    internalDeatils

  2. Process followed per candidate
    processFollowed

  3. Final JEE Results obtained snippet
    finalResults

Deatiled discussion can be found at https://medium.com/@lih.verma/cracking-alpha-numeric-captcha-via-image-processing-and-ocr-make-life-easier-and-automatic-d89fe7becd36

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages