| View previous topic :: View next topic |
| Author |
Message |
Extreminador
Joined: 05 May 2008 Posts: 23
|
Posted: Thu May 15, 2008 11:59 pm Post subject: getting Individual output screens |
|
|
Hi.
Donīt know if is possible or not to do what i will propose and mybe if it is it will be hard ( i think ) to add that feature.
All program have an individual output to screen that will united to all otherīs outputīs from all otherīs running/process programīs.
Is it possible to create a command that can get only an individual output program/process instead getting the screeen itself ( that have already all outputs from all tips off programīs )
Well hope you have undertund what i mean with this propose.
Well i belive that if this can be done it will be more easy ( i think ) to resolve /unscramble/decoded the individual image and it will be more easy to get any receibed clean text ...
( I think ) loool |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5574
|
Posted: Fri May 16, 2008 12:10 am Post subject: Re: getting Individual output screens |
|
|
| Extreminador wrote: | | Well i belive that if this can be done it will be more easy ( i think ) to resolve /unscramble/decoded the individual image and it will be more easy to get any receibed clean text ... |
Oh My! Are you using OCR software on a Command Prompt window to extract text ?
 |
|
| Back to top |
|
 |
Extreminador
Joined: 05 May 2008 Posts: 23
|
Posted: Fri May 16, 2008 12:18 am Post subject: Re: getting Individual output screens |
|
|
| SKAN wrote: |
Oh My! Are you using OCR software on a Command Prompt window to extract text ?
 |
lool
naaa. i am not using any OCR toolīs and i am not using the comand prompt window either.
My principal ideia for this propose is to read the text more easy but i belive that if that will be possible it will become possible to read many more things like for example extract all text from a internet explorer website, extract text from program menus, extract text from winword, etc etc etc.
But like i have said donīt know if this is possible or not. And have no ideia is this porpuse is a stupid one or not. lool.
Will wait from a c++ experts reply or something. hehehe |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Wed May 21, 2008 12:31 pm Post subject: Re: getting Individual output screens |
|
|
| Extreminador wrote: | | extract all text from a internet explorer website, extract text from program menus, extract text from winword |
- UrlDownloadToFile or use Com (IE web site? strange concept)
- http://www.autohotkey.com/forum/viewtopic.php?t=8492
- Clipboard or Com
Etc. The base is there. And I don't see AHK doing special operations for some programs (IE, WinWord...), rather providing tools to do these operations.
Use the search tool of this forum if you have a specific problem. And if coming empty handed, ask in Ask for Help... _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
|