PyroGoD Posted January 7, 2012 Posted January 7, 2012 (edited) Hello everyone, I am trying to make a script which will search for text in a given area, and retype that text in a box. The text is very simple because it is not a capatcha. The text is not in a gui, it is in a webbrower. Length of words varies, and speed is somewhat vital. EDIT: The text is in an image, NOT actual text. Edited January 7, 2012 by PyroGoD
Developers Jos Posted January 7, 2012 Developers Posted January 7, 2012 Probably know the answer already but: This is totally unrelated to your previous closed topic? If so, what is it your are trying to "read"? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
PyroGoD Posted January 7, 2012 Author Posted January 7, 2012 (edited) Probably know the answer already but: This is totally unrelated to your previous closed topic?If so, what is it your are trying to "read"?JosYes it is unrelated to my other topic I'm trying to read the text of images, as a friend has bet that I cannot get the text written down of 50,000 images he sent me within a week.. each one is just a plain word. PS. I have $1000 on the line Edited January 7, 2012 by PyroGoD
Bert Posted January 7, 2012 Posted January 7, 2012 Let me get this straight: You want to know how to read pictures to see of they have words in then, just like if you are dealing with a captcha, right? The Vollatran project My blog: http://www.vollysinterestingshit.com/
NmpAy Posted January 7, 2012 Posted January 7, 2012 Read up on http://en.wikipedia.org/wiki/Optical_character_recognition
PyroGoD Posted January 7, 2012 Author Posted January 7, 2012 Let me get this straight: You want to know how to read pictures to see of they have words in then, just like if you are dealing with a captcha, right?Yes, but it isnt trying to be hidden like a capatcha, the letters are clear.
Bert Posted January 7, 2012 Posted January 7, 2012 (edited) Considering there is other software out there that can do this out of the can why do you need to reinvent the wheel? Your $1000 reason isn't even close to being a reason. You already had one topic locked for you wanted to bot a game. I believe this question you have is for the same reason - to read text in a game window. Now, how about you prove me wrong and provide a screenshot of the application you are dealing with. Edited January 7, 2012 by MPH The Vollatran project My blog: http://www.vollysinterestingshit.com/
PyroGoD Posted January 7, 2012 Author Posted January 7, 2012 Considering there is other software out there that can do this out of the can why do you need to reinvent the wheel? Your $1000 reason isn't even close to being a reason. You already had one topic locked for you wanted to bot a game. I believe this question you have is for the same reason - to read text in a game window. Now, how about you prove me wrong and provide a screenshot of the application you are dealing with.There is no application.. it is literally a folder with 50,000 images of plain text.. What the hell kinda game would even need you to detect words quickly O.O
Moderators Melba23 Posted January 7, 2012 Moderators Posted January 7, 2012 PyroGoD, To stop this exchange going on for ever, please just post one of the 50,000 images. It might even give someone an idea of how to help you. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
PyroGoD Posted January 7, 2012 Author Posted January 7, 2012 PyroGoD,To stop this exchange going on for ever, please just post one of the 50,000 images. It might even give someone an idea of how to help you. M23Ok, this is one of the images.
Moderators Melba23 Posted January 7, 2012 Moderators Posted January 7, 2012 PyroGoD,You might like to look at the Tesseract UDF - it seems to be the favourite for this sort of thing. But as you will be using it a lot, please make sure you read my post at the end of the thread about fixing a memory leak. M23P.S. And when you win the $1000, how about a donation to AutoIt to help keep the site going? Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
PyroGoD Posted January 7, 2012 Author Posted January 7, 2012 (edited) PyroGoD, You might like to look at the Tesseract UDF - it seems to be the favourite for this sort of thing. But as you will be using it a lot, please make sure you read my post at the end of the thread about fixing a memory leak. M23 P.S. And when you win the $1000, how about a donation to AutoIt to help keep the site going? If I win, I'll gladly donate as there's no chance I could with without help on this script, thanks There is no post about memory leaks? :S Edited January 7, 2012 by PyroGoD
Bert Posted January 7, 2012 Posted January 7, 2012 I"m wrong. Thank you for proving that. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Developers Jos Posted January 7, 2012 Developers Posted January 7, 2012 If I win, I'll gladly donate as there's no chance I could with without help on this script, thanks There is no post about memory leaks? :SYes there is... go to the very end of the thread. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
PyroGoD Posted January 7, 2012 Author Posted January 7, 2012 (edited) Yes there is... go to the very end of the thread.Sorry.. I thought he meant this thread Edit: Ok, I've installed Tesseract, and also downloaded the required files.. although I have no clue how I can use it.. I google'd a bit and didn't find much that made any sense to me Edited January 7, 2012 by PyroGoD
JohnOne Posted January 7, 2012 Posted January 7, 2012 The tesseract thread is packed with examples. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
PyroGoD Posted January 8, 2012 Author Posted January 8, 2012 The tesseract thread is packed with examples.Yea I get that, I saw some of them.. I just don't have a single clue what they do.. or how I can use it in my situation..
JohnOne Posted January 8, 2012 Posted January 8, 2012 (edited) Have you tried any of the examples? EDIT: Or tried anything at all? Have a go, its extremely unlikely your computer will blow up. Edited January 8, 2012 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
PyroGoD Posted January 8, 2012 Author Posted January 8, 2012 Have you tried any of the examples?EDIT:Or tried anything at all?Have a go, its extremely unlikely your computer will blow up.How can I try something when I don't even know what any of it does, or how it works..
kylomas Posted January 8, 2012 Posted January 8, 2012 ...thus, it is called learning... Forum Rules Procedure for posting code "I like pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals." - Sir Winston Churchill
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