C# - OCR - Tutorial

Well it would be great if it were complete :). so far it mostly how to add correct references in a project. but if it is yours then keep it up :)
 
Well it would be great if it were complete :). so far it mostly how to add correct references in a project. but if it is yours then keep it up :)
You spoke to soon :p

Part 2 :
http://automatedrevolution.com/blog/?p=57
 
Last edited:
If you can understand the features and functionality of c++ then you do not need any type of tutorial. You just need to do practice more and more.
 
Thanks, great tutorial, are you planning on sharing Part 3?
 
Thanks, great tutorial, are you planning on sharing Part 3?
Absolutely,This is something i do in my spare time,Once my forum member base grows a bit and there is more interest i will make more frequent posts/updates.
 
Subscribed. It's alway nice to read something wise, because internet is full of sh..t nowadays.
I guess Captcha Sniper is doing captcha recognition in similar way.

D.
 
Subscribed. It's alway nice to read something wise, because internet is full of sh..t nowadays. I guess Captcha Sniper is doing captcha recognition in similar way. D.
I agree,Most sites are re-hashed garbage.There isnt much info on this sort of thing so i figured why not give back a little. Im %99 sure this is how captcha sniper works,My intentions are not to ruin their sales.
 
Every "local" captcha solver i have checked are based on tesseract. There is another ocr engine aswell but i can't recall it's name right now. Part 2 made a functional solving system for easy captchas. Great work. Looking forward to part 3 with more filters. I bet aforge will become more used there :)
 
Every "local" captcha solver i have checked are based on tesseract. There is another ocr engine aswell but i can't recall it's name right now. Part 2 made a functional solving system for easy captchas. Great work. Looking forward to part 3 with more filters. I bet aforge will become more used there :)
Your probably thinking of Gocr,Ill end up adding it to the tutorial later on and yes Aforge is an awesome framework.
 
Nice tutorial that demonstrates well how to do it step by step.

I've used tess and some other tools but mainly on linux never done one with c# so far.
 
Are you going to make your tutorial further in like solving recaptchas or trying to solve forums custom captcha like vb, phpbb, or those captchas with different colors per letter ? Something that can automaticaly try to guess what kinda of effects or w/e needs to be used.
 
this is a good starting tutorial for a new comer into image recognition field well done !
 
Have you had any luck with Yahoo captcha? That one has, by far, been the most difficult for me. I've had extremely low success rate.

And just when I get close, they change it a little.
 
Back
Top