I gift $25 for who can help me recognize the captcha

inewbie2013

Newbie
Joined
Jun 17, 2013
Messages
20
Reaction score
0
3.jpg

JpegImage.jpg

ashx.jpg

I think my image is very simple but tesseract-ocr cannot recognize correct it :( Seem that need prepare processing pictures before tesseract can recognize them. But I don't know about image processing. So that please help me. I really need it on today. I will gift $25 (via Perfect Money or Web Money) for who can help me recognize them use tesseract-ocr and imagemagick. I know it's small but I don't have many money :)

Thanks
 
+1 sidddd got it!

Again (just in case ;)):
5D81CB
3968E6
A9FCCC
 
What language do you code in?

The image requires some skew along the X axis to make it recognize better. I am not that good when it comes to image processing. I dont usually deal with it because I code in PHP, which is going to be processor intensive when it deal with images :D

But anyways, I am intrested to help you out by testing few angular rotations and skewed images. Add me in skype : repulsorbhw

OCR has always been my interest. :D
 
I mean that use tesseract to recognize them, friend, not use your eyes :)

Thanks
 
he wants not to spellchect those captchas, but help to recognize them for a tool or else In my opinion.
 
What language do you code in?

The image requires some skew along the X axis to make it recognize better. I am not that good when it comes to image processing. I dont usually deal with it because I code in PHP, which is going to be processor intensive when it deal with images :D

But anyways, I am intrested to help you out by testing few angular rotations and skewed images. Add me in skype : repulsorbhw

OCR has always been my interest. :D

PHP is OK, friend ;) I love it ;) I cannot be online skype at this time. I will contact you asap ;) Please help me test them ;)
 
PHP is OK, friend ;) I love it ;) I cannot be online skype at this time. I will contact you asap ;) Please help me test them ;)

I dont guarentee anything though. Will give out some of the processed images of the captcha and see if the tesseract can detect it :)
 
decode captcha sniper you'll get it easily.
here you talking about "GIFT". I doubt someone will just help you for gift.

Many people from BHW can help you for free when you just request for help. BUT asking help by showing of your "penny" never work for a decent guy, ask help or hire them, There is a PROPER way to do that.
 
decode captcha sniper you'll get it easily.
here you talking about "GIFT". I doubt someone will just help you for gift.

Many people from BHW can help you for free when you just request for help. BUT asking help by showing of your "penny" never work for a decent guy, ask help or hire them, There is a PROPER way to do that.

Thank friend. Because I really need it. So that I hope with my gift, my problem can be solved asap :) Please help me if you can :)
 
This tutorial is a good reference for your case:

ubuntuforumsDOTorg/showthread.php?t=1370827
 
Yes, I try imagemagick and tesseract-ocr but I don't know I need convert the original image to what to tesseract can recognize it :)
 
Looks like a slidershare.net captchya usually for doc sharing.
 
Use imagemagic to convert those to a grayscale .tiff, then run it through tesseract-ocr.

Only do a couple after it works and verify\monitor server load, as I doubt you'd be doing this in a low quantity.

If you've done this, speak in greater detail as to what the error or issue is.
 
you mention abt tesseract-ocr, did you mean this one code.google.com/p/tesseract-ocr/ ?
the main code base is developed in c++ (just guessing)
it should be easy to fork it to other language,
btw, what's the main programming language that currently you're using?
 
Back
Top