Quantcast

Jump to content


Photo

OCR and CAPTCHAS


  • Please log in to reply
6 replies to this topic

#1 wpanther93

wpanther93
  • 68 posts

Posted 19 October 2010 - 10:10 PM

Hey all,

I was recently reading about breaking captchas and ocr, and since I know there are some talented programmers here I thought I would ask if you guys knew anything about it.
I'm proficient in python, c, and java. I've already figured out some easy algorithms to filter out color and flesh out letters using python and the image library.
Anyone have experience with this? I'm just kind of shooting in the dark.

#2 Noitidart

Noitidart
  • Neocodex Co-Founder

  • 23214 posts


Users Awards

Posted 19 October 2010 - 11:21 PM

Im not so experiences but others are. What exactly are you looking for in this topic?
If you post up some examples of what you're trying to crack we could guide you.

#3 Hydrogen

Hydrogen
  • Neocodex Co-Founder

  • 22213 posts


Users Awards

Posted 20 October 2010 - 10:04 AM

If you are into Python, check out the Python Imaging Library: http://www.pythonware.com/products/pil - It's a great way to get started with image manipulation and it's what we use at Codex :).

#4 Pyro699

Pyro699
  • 1543 posts


Users Awards

Posted 20 October 2010 - 12:20 PM

If you are into Python, check out the Python Imaging Library: http://www.pythonware.com/products/pil - It's a great way to get started with image manipulation and it's what we use at Codex :).

Beware on x64 systems though, its a bitch to get going...

#5 sLAUGHTER

sLAUGHTER
  • Dinnerbone'd

  • 490 posts


Users Awards

Posted 20 October 2010 - 02:14 PM

Well I'm not sure about other ones, but the neo captcha is basically:

  • Break down the image into colors using getpixel or something...
  • Find the darkest pixel
  • Darkest pixel = pet.
If that doesn't work, create a map of each with no neopets on it, then compare and find differences in pixels and colors.

#6 Hydrogen

Hydrogen
  • Neocodex Co-Founder

  • 22213 posts


Users Awards

Posted 20 October 2010 - 03:59 PM

Well I'm not sure about other ones, but the neo captcha is basically:

  • Break down the image into colors using getpixel or something...
  • Find the darkest pixel
  • Darkest pixel = pet.
If that doesn't work, create a map of each with no neopets on it, then compare and find differences in pixels and colors.

Not to brag about Codex, but we've found a better method that has a much higher success ratio than that method :p.

#7 sLAUGHTER

sLAUGHTER
  • Dinnerbone'd

  • 490 posts


Users Awards

Posted 28 October 2010 - 03:51 PM

Well, so do have I, breaking the image down even further, but this is the less-strenuous version. :p


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users