frontmill Posted September 12, 2006 Posted September 12, 2006 I was wondering if anyone could help me on this. I am looking for a way to make a bot read this image. Would anyone know a way?thanks in advance
Moderators SmOke_N Posted September 12, 2006 Moderators Posted September 12, 2006 I was wondering if anyone could help me on this. I am looking for a way to make a bot read this image. Would anyone know a way?thanks in advanceThat looks like an image I use to keep spam bots out of one of my forums. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
frontmill Posted September 12, 2006 Author Posted September 12, 2006 (edited) it isnt, its for a cheat im writing, for an online rpg. But why would someone want to spam your forums? Edited September 12, 2006 by frontmill
blademonkey Posted September 12, 2006 Posted September 12, 2006 That looks like an image I use to keep spam bots out of one of my forums.http://www.autoitscript.com/forum/index.ph...c=8442&st=0http://www.autoitscript.com/forum/index.ph...=20251&st=0http://www.autoitscript.com/forum/index.ph...7807&hl=OCRhttp://www.autoitscript.com/forum/index.ph...=15349&st=0http://www.autoitscript.com/forum/index.ph...8404&hl=OCRhttp://www.autoitscript.com/forum/index.ph...1231&hl=OCR ---"Educate the Mind, Make Savage the Body" -Mao Tse Tung
Moderators SmOke_N Posted September 12, 2006 Moderators Posted September 12, 2006 (edited) it isnt, its for a cheat im writing, for an online rpg. But why would someone want to spam your forums?Why does anyone spam your mailbox?The key to these in my opinion is proper positiong of the text. What your asking has been asked many times before, the issue is finding the "crap" colors for the lines, then finding the back ground color, then finding the text color (which is all you want to concentrate on). Then to find the basis of the the text color (where the letters start and stop on the y-axis, and with knowing the text height to reposition it so it's correctly displayed for pixel reading.I don't know of anyone that has publicly stated they have made an OCR to do this... so good luck with that "Huge" task, this seems like a "fun" task for Larry if he had the time, he likes all the math stuff that would be involved in a task like that.Edit:blademonkey, all those links are dead with a 404 error, was that intentional? Edited September 12, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
blademonkey Posted September 13, 2006 Posted September 13, 2006 Why does anyone spam your mailbox?The key to these in my opinion is proper positiong of the text. What your asking has been asked many times before, the issue is finding the "crap" colors for the lines, then finding the back ground color, then finding the text color (which is all you want to concentrate on). Then to find the basis of the the text color (where the letters start and stop on the y-axis, and with knowing the text height to reposition it so it's correctly displayed for pixel reading.I don't know of anyone that has publicly stated they have made an OCR to do this... so good luck with that "Huge" task, this seems like a "fun" task for Larry if he had the time, he likes all the math stuff that would be involved in a task like that.Edit:blademonkey, all those links are dead with a 404 error, was that intentional?not intentional, i dont knwo why it did that. ---"Educate the Mind, Make Savage the Body" -Mao Tse Tung
Blue_Drache Posted September 14, 2006 Posted September 14, 2006 Heh...I actually get to post something useful for once. http://en.wikipedia.org/wiki/Captcha Read that ... and then follow some of the links at the bottom of the page.. You may find something that interests you on this particular subject. Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
Moderators SmOke_N Posted September 14, 2006 Moderators Posted September 14, 2006 Heh...I actually get to post something useful for once. http://en.wikipedia.org/wiki/Captcha Read that ... and then follow some of the links at the bottom of the page.. You may find something that interests you on this particular subject.I've read that before... That's where I got the idea Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Zedna Posted May 29, 2007 Posted May 29, 2007 (edited) I was wondering if anyone could help me on this. I am looking for a way to make a bot read this image. Would anyone know a way?thanks in advanceI know it's a bit late ;-) but it's timelessSo some ideas:1) background can be cleaned by pseudocode: For each image pixel do: if GetPixel is green then SetPixel to Black see my post about using SetPixel and MSDN: SetPixel and GetPixel2) cleaned image can be rotated by prospeed UDF/DLL Edited May 29, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now