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 (593.16 kB, changelog)
Latest version: v1.10.4
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.
Hi Ramen, is it possible to disable the popup box entirely? I just want to silently copy the text with an alt-click. I do not want that popup box that shows the selected text. Is this possible? I tried to reduce the font to 1, but a tiny box still appears. Font 0 doesn’t work.
Hi, no, there’s no such option. Probably the easiest way is to just Alt+click a second time to hide the dialog.
Hi, could someone explain the benefits of having that installed??
By default any windows info message (error, warning etc) can be copied implicitly jus by hitting Ctl+C. Then copied text can be pasted anywhere.
What problem exactly this program solves?
Hi Zara,
Ctrl+C only works for standard message boxes. It doesn’t work in most other places, such as the taskbar, window titles, the browser, and more. Even with standard message boxes, can you easily copy part of the text? Can you easily edit and Google it? For a quick showcase which demonstrates some of the recent features, check the short video recording here:
https://ramensoftware.com/textify-v1-10-with-a-resizable-and-editable-text-popup
Does it have an limit of characters ?
I use to copy an text, and it looks it could not show it all.
Any solution for this ?
Thank you in advance
The limit is imposed by the target program. See my reply here: https://ramensoftware.com/textify/comment-page-4#comment-12580
the program is great, however is it possible to capture text over an entire area somewhat like textgrab (but with the capture accuracy of your program) ?
https://apps.microsoft.com/store/detail/text-grab/9MZNKQJ7SL0B
Currently that’s not possible. Text Grab, like some other similar programs, uses OCR, i.e. it treats the screen as an image and tries to find text in that image. This approach has pros and cons depending on the situation.
thank you for your response,
that’s exactly why your program not using OCR works much better, but I for example have to “capture” some times tables with hundreds of values, the OCR approach doesn’t work because very often the values are wrong, that’s why your program works very well but even better if it would work on whole work areas.
Mario
I almost use Google Translate in Textify
Is there a setting that pops up immediately when I press the mouse shortcut?
No, currently there’s no such a setting.
thank you for your reply
I am using the program you made very well.
Thank you Again.
the textify program doesn`t function on telegram app in the channels that have copytext protection, even if the mouse highlight it, that makes a traceable link if we click the link in the telegram app
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.
Can it provide a blacklist function, some software does not need to read
You can already exclude processes as following:
HI , thank both , if you will and have time , can you tell me how to let texify
auto copy the content of texify pop-up ballon into clipboard ?
Or , indeed , i want to accumulate all the content into a date/time/wintitle/content log ,
or if i can auto copy , i can use a dirty cmd batch to dump it in to a log.
thanks !!
Hi,
There’s the
auto_copy_selection
option.Perhaps this tip of using Textify together with Ditto will help you.
Sorry , in the last reply , i misspelled Textify as texify ,
I will try ‘auto_copy_selection’ var
in the Textify.ini file ,
“Textify” is the most convenient and easy to use. Thank you for developing this software.
Just want to chime in and say that I’m a big fan of this tiny but extremely useful utility.
While it could use a few minor tweaks (e.g., settings for text and Icon sizes, popup position options like Ditto’s Popup: At Cursor / At Previous Location, etc.), functionally-wise it’s pretty much perfect – which is not something I can say of most programs I use. Thanks a lot.
You’re welcome 🙂
Text size can be set via:
Icon size can be set via: