Textify
Have you ever wanted to copy some text from a dialog box which doesn’t provide such functionality?
Textify was created to solve this problem: you can point your mouse over the text, click on the mouse shortcut (Shift + Middle click by default), and get a selectable view of the text.
Download
textify_setup.exe (592.8 kB, changelog)
Latest version: v1.10.3
Source code
https://github.com/m417z/Textify
Demonstration
Translations
If you’d like to translate Textify to your language, please refer to this comment.
it can be made to only copy letters or numbers.
What do you mean?
1 2 3 4 5 6 7 8 9 0 solo numeros
I’m not sure what you mean. You can copy text as it is and then change it, possibly with another tool, to do the changes you need. Textify doesn’t have options to filter only letters/numbers.
[Confirmed September 6, 2022]
Close all windows when using textify in chrome. Edge can be used without any problems
Do you have a way to reproduce it? I think that I saw it once but I can no longer reproduce it. Perhaps it was a bug in Chrome which was already fixed.
been using Textify in chrome for some time without issue, now closes chrome if used.
Please see my reply above:
https://ramensoftware.com/textify/comment-page-6#comment-13954
같은 질문을 한 사용자입니다.
해결 방법은 본 페이지 설정 안내에 있었습니다.
①chrome://accessibility
⇒ 접속 후 모두 체크해 주시고.
② –force-renderer-accessibility
⇒ 크롬 바로가기 폴더에서 해당 값을 추가해주세요.(띄어쓰기로 시작)
Ex) “C:\Program Files\Google\Chrome\Application\chrome.exe” –force-renderer-accessibility
⇒ 유저별 경로가 다를 수 있습니다.
③수정한 바로가기 아이콘을 작업표시줄에 새롭게 갱신해주세요.
저는 위에 설명한 방법으로 증상을 해결하였습니다.
This is the user who asked the same question.
The solution was in this page setup guide.
①chrome://accessibility
⇒ Check all of them after connecting.
② –force-renderer-accessibility
⇒ Add the corresponding value in the Chrome shortcut folder (start with a space).
Ex) “C:\Program Files\Google\Chrome\Application\chrome.exe” –force-renderer-accessibility
⇒ The path for each user may be different.
③ Update the modified shortcut icon on the taskbar.
I solved the symptom by the method described above.
angtae’s post cleared it up for me.
Dear sir, thank you very much for the great program.
I have a problem. I’m using a program at work, it is running on Java i believe. When i use Textify inside the program, only the headline of the frame returns. Textify can not retrieve anything inside. Is there anything can be done?
Textify relies on UI Automation. Unfortunately, not all text can be grabbed this way, depending the way the target program is implemented. There’s a tool from Microsoft called Inspect which shows automation-related information. It can be downloaded here. You can compare Textify and Inspect to make sure it’s not a bug in Textify.
Hello! Could you enable Textify, when capturing a word with an ampersand (& character) in it, to also capture the & character? Textify currently ignores the & character.
Thank you!
Hi, please see the discussion here:
https://ramensoftware.com/textify/comment-page-3#comment-10205
Hello again! I took a look at the page you asked me to view, and I used Microsoft Inspect Object v7.2 [x64], and it indeed cannot see the “&” character, but this program, GetWindowText, can extract the “&” character from words. You can get it here → http://softwareok.com/?seite=Microsoft/GetWindowText/History
I also think there is some confusion about what I was asking for, and what “Ted” was asking for in his post: https://ramensoftware.com/textify/comment-page-3#comment-10205
Textify can capture the “&” character if it is separated from a word, that is, if there is at least 1 space between the “&” character and another letter/word.
I am asking about extracting the full text, including the “&” character from text that is embedded in a program, like this:
https://i.imgur.com/akGomfY.png
Textify extracts the text as ‘SHOW COMMANDS CONTAINING:’ minus the “&” character.
BTW, The above is from the super useful search tool called Everything. You can get it here: https://www.voidtools.com/forum/viewtopic.php?f=12&t=9787
Thank you for any help 🙂
Hi,
Right, that’s because both Microsoft Inspect and Textify use the UI Automation API, while GetWindowText uses the native API. That’s why the GetWindowText tool can’t grab text from many places, such as the taskbar, the browser, and modern apps such as Windows Calculator.
Well, there’s no “&” character in your screenshot. It just so happens that the native Windows controls allow to use the “&” character for an accelerator shortcut. For UI elements in other frameworks, such as the web, or UWP, or Qt, there might be other rules. For example, the source text of some web element might be
this is <b>bold</b>
, but Textify will just grab “this is bold”, because that’s the text that’s visible on the screen. That’s what the UI Automation returns.If you need the original string from a native element, Textify is probably not the right tool for you for that specific task.
Yeah, I’m familiar with it and use it on a daily basis. Everything is great!
Thanks for the info. Appreciated!
I just found that textify actually has access keys. There are comments in the ini file. This software is really fantastic, thanks for your hard work and selfless dedication.
Hi, the tool seems nice!
But it doesn’t seem to work with telegram. Is there a way to make it work?
Thanks 🙂
Hi, please see the comments here:
https://ramensoftware.com/textify/comment-page-4#comment-13054
I need to copy some file names within a software but I am only able to copy one row at a time which isn’t really much helpful. Is there any way to counter this? I need to copy-paste these file names in Excel in bulk, any help plz?
https://imgur.com/a/1beaTEY
This was brought up a couple of times before. Right now that’s not possible with Textify. See the discussion here:
https://github.com/m417z/Textify/issues/20
Dear Michael, thank you very much for this tool!
I want to use it in a specific program but it unfortunately does not work.
I tried Microsoft Inspect. In UI Automation mode, I receive an error:
“Cannot get object from point:
[Error: FromPoint: hr=0xFFFFFFFF80070005 – Access denied]”
However, if I switch to MSAA Mode in Inspect, the text is recognized and marked as “Read Only”.
In Textify, I found that I can switch from UIA to MSAA in the .ini. However, this does not seem to solve my problem and I still cannot mark or copy any text in this program.
Can you please help me? This would help me so, so much!
Thank you in advance.
Hi Aaron,
Yes, but by default Textify tries both, and if only one of them returns a result, it uses that. The option is mainly for cases when both return a result, but one is better than the other.
What do you see? Does Textify say that the text couldn’t be retrieved?
One reason Textify may fail to retrieve the text is that it might get an incorrect element. In Inspect, can you use the “Watch cursor” mode and make sure that once you point on the desired element, it switches to the element with the text?
Also, can you upload a video recording showing how Textify behaves and how Inspect behaves (also with “Watch cursor”)?
Added web search button for spanishdict.com and youglish.com
download: https://drive.google.com/file/d/1ErmUxRYAj2uyslaIRPn3ccJiJ3YqBwi9
Textextraktor ist eine bequeme Möglichkeit, Text von einer beliebigen Stelle auf dem Bildschirm zu kopieren.
Possible to have keyboard shortcut? better than ALt/Ctrl or MAj + mouse
The default keyboard shortcut is Ctrl+Alt+Shift+T. You can customize it under More settings.
dude thank you so much for help and you fast answer 🙂
Does not work in Macrium Reflect.
Textify relies on UI Automation. Unfortunately, not all text can be grabbed this way, depending the way the target program is implemented. There’s a tool from Microsoft called Inspect which shows automation-related information. It can be downloaded here. You can compare Textify and Inspect to make sure it’s not a bug in Textify.
Thanks. Inspect shows the following wherever I move mouse in Macrium. It looks like software prevents reading from its dialogs and menus?
“Cannot get object from point:
[Error: FromPoint: hr=0xFFFFFFFF80070005 – Access is denied.]”
I think that it’s just not supported, and the error is “Access is denied” for some unrelated reason. Also, if the program runs as administrator, it may help to run Inspect/Textify as administrator as well.