cracker0dks / CaptchaSolver

JDownload 2 Offline Captcha Solver
269 stars 22 forks source link

Own captcha files #31

Closed MikeyD-rbg closed 2 weeks ago

MikeyD-rbg commented 1 month ago

How could this be used to solve my own 5 digit captchas, no lines or distortions, only some digits overlap slightly. They consist of all uppercase letters adn 0 through 9?

cracker0dks commented 1 month ago

If its a relative clear text, you can try to use https://tesseract.projectnaptha.com/ (or some other OCR) directly. If thats not working good enough, you could train your own neuronal network. If you post some examples I may could give you a better advice

MikeyD-rbg commented 1 month ago

captcha1 captcha2 captcha3 captcha4 captcha5

cracker0dks commented 1 month ago

Ok. What I would do:

  1. Try to find a solver for this typ on github. This typ is not uncommen so there is a high chance.
  2. If not: Take a look here (He had the same problem): https://github.com/cracker0dks/CaptchaSolver/issues/26 Use the https://github.com/cracker0dks/CaptchaSolver/files/13938341/captchaTool.zip to create the same captcha training data and train your own net with it.
MikeyD-rbg commented 1 month ago

@cracker0dks I can't seem to get any of the scripts to run.

cracker0dks commented 1 month ago

just open the index.html in your browser (chrome)