benyamin200 Posted December 3, 2014 Share Posted December 3, 2014 hello all excuse me for my bad english how can i find a text on position x,y I mean i want get a text in textbox a menu software Link to comment Share on other sites More sharing options...
computergroove Posted December 3, 2014 Share Posted December 3, 2014 If you know the height of the text you can use the OCR.au3 here -> '?do=embed' frameborder='0' data-embedContent>> benyamin200 1 Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html Link to comment Share on other sites More sharing options...
benyamin200 Posted December 3, 2014 Author Share Posted December 3, 2014 i just want get text in "that picture"and show a megbox Link to comment Share on other sites More sharing options...
computergroove Posted December 3, 2014 Share Posted December 3, 2014 Cant you click in the box and click ctrl + a to select the text then Ctrl + c to copy it? Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html Link to comment Share on other sites More sharing options...
benyamin200 Posted December 3, 2014 Author Share Posted December 3, 2014 no i can't Link to comment Share on other sites More sharing options...
computergroove Posted December 3, 2014 Share Posted December 3, 2014 You're converting a picture to text? Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html Link to comment Share on other sites More sharing options...
benyamin200 Posted December 4, 2014 Author Share Posted December 4, 2014 no for example $a=fine get tex(x,y) msgbox(0,"",$a) like this and $a is a string Link to comment Share on other sites More sharing options...
computergroove Posted December 4, 2014 Share Posted December 4, 2014 (edited) I did this in notepad because I don't have your program: Opt("SENDKEYDELAY",250);Slows down the type rate of the program Run('notepad.exe');open notepad Sleep(1000);wait for notepad to open Send("{ALTDOWN}F{ALTUP}S{CTRLDOWN}AC{CTRLUP}");Open the file > save. Select all and then copy $A = ClipGet();Get the data in the clipboard MsgBox(0,"",$A) Tested and working for notepad. Edited December 4, 2014 by computergroove Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html Link to comment Share on other sites More sharing options...
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