You wrote the following after my list:
I take this as a remark regarding the supposedly better alternative from your point of view.Horst.Epp wrote: 2023-03-19, 16:13 UTCits fine to get screen OCR without the need for addional tools.

Moderators: Hacker, petermad, Stefan2, white
You wrote the following after my list:
I take this as a remark regarding the supposedly better alternative from your point of view.Horst.Epp wrote: 2023-03-19, 16:13 UTCits fine to get screen OCR without the need for addional tools.
OK, thanks, I added the tool in the first post.Fla$her wrote: 2023-03-20, 08:08 UTC 2tuska
Good. But, with permission, then add GetWindowText as a direct alternative to Textify itself.![]()
2Fla$herFla$her wrote: 2023-03-20, 09:28 UTC 2tuska
Just didn't have to put it in the list of OCR programs, it's from a different category, just like Textify.
IMHO, instead of such a detailed answer, it is easier to make the link at least the first in the list and separate it with a line break, which, too, I believe, is not a problem.
Unfortunately, not all of my detailed answer seems to have reached you yet (... I don't want to make a science ...).
I did not write that it's unique (I wrote that it's of the same class as Textify) and I did not impose its use on you anywhere as opposed to thematic.tuska wrote: 2023-03-20, 15:42 UTC It is not clear to me how you arrived at the view that the tool "GetWindowText" should have a unique feature
Code: Select all
; After editing this configuration file,
; Textify must be restarted to apply the changes.
; Mouse and keyboard key numbers can be found here:
; https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
[mouse]
key=2
ctrl=1
alt=0
shift=0
[keyboard]
key=84
ctrl=1
alt=1
shift=1
[config]
check_for_updates=1
auto_copy_selection=1
hide_tray_icon=0
hide_wnd_on_startup=1
;hide_wnd_on_startup=1 https://ramensoftware.com/textify/comment-page-5#comment-13697 Ziel: Textify.exe OHNE Parameter starten (aber mit diesem .ini Eintrag): Textify wird im Systray abgelegt und von Textify ist KEIN Task angelegt worden mit Fokus auf "Textify"! | Alternative: %COMMANDER_PATH%\Tools\Textify\Textify.exe -hidewnd (dieser Parameter stört auch nicht wenn man ihn drinnen läßt, obwohl hide_wnd_on_startup=1 in der Textify.ini vorhanden ist)
;Alternativ zu hide_wnd_on_startup=1 kann auch die Kommandozeile verwendet werden: %COMMANDER_PATH%\Tools\Textify\Textify.exe -hidewnd (-> Textify wird gestartet und im Systray abgelegt)
;use_legacy_msaa_api=1
;use_legacy_msaa_api=1 -> Traditional MAAS (M$ Active Accessibility), vs “Automation UI” since Textify v1.9. https://ramensoftware.com/textify/comment-page-5#comment-13676 June 3, 2022
;use_legacy_msaa_api=1 -> Erst seit 3.6.2022 eingepflegt u. wieder auskommentiert, uzw. aufgrund des Forumsbeitrages vom 3.6.2022 - Auswirkung: Noch zu prüfen, da unklar...
;
;text_retrieval_method=msaa
; text_retrieval_method=msaa -> https://imgur.com/jWzDvcS, https://ramensoftware.com/textify/comment-page-5#comment-13675 June 3, 2022
; Set to msaa to make Textify rely on the old Microsoft Active Accessibility API. https://ramensoftware.com/textify/comment-page-5#comment-13676 June 3, 2022; ...
; --> ACHTUNG: Hier werden zB FALSCHE UNTERMENÜPUNKTE in die Zwischenablage kopiert! <--
; Set to uia to make Textify rely on the newer UI Automation API.
; If not set, Textify relies on both API’s to retrieve text in the best way.
; The following option causes empty Unicode symbol to be removed
; and various space symbols to be replaced with a regular space.
unicode_spaces_to_ascii=0
; Web buttons can be used with the keyboard shortcuts: Alt+1, Alt+2, etc.
; More web buttons can be added, and existing buttons can be removed.
; If desired, all of the web buttons can be removed.
;
; A command can be a URL or a program. It can contain the following:
; %s - will be replaced by the selected text, URL encoded.
; %cs - will be replaced by the selected text, with quote characters stripped.
; %rs - will be replaced by the selected text as is (use carefully).
;
; A command can start with popup-web!, followed by a URL.
; In this case, the page will be opened in a browser popup (browser auto-detected).
; You can be more specific by starting a command with one of the following:
; popup-chrome!, popup-edge!, popup-firefox!, popup-ie-control!.
[web_buttons]
icon_size=16
buttons_per_row=11
[web_button_1]
name=Everything
icon=icons\Everything.ico
command=es:%s
width=800
height=800
[web_button_2]
name=Google
icon=icons\google.ico
command=https://www.google.com/search?q=%s
;command=popup-web!https://www.google.com/search?q=%s
width=1200
height=900
[web_button_3]
name=DuckDuckGo
icon=icons\duckduckgo.ico
command=https://duckduckgo.com/?q=%s
;command=popup-web!https://duckduckgo.com/?q=%s
width=1200
height=900
[web_button_4]
name=Deutsch - Englisch
icon=icons\google_translate.ico
command=https://translate.google.de/translate#auto/en/%s
;command=popup-web!https://translate.google.com/m/translate#auto/en/%s
width=1200
height=900
[web_button_5]
name=Englisch - Deutsch
icon=icons\google_translate.ico
command=https://translate.google.de/translate#auto/de/%s
width=1200
height=900
[web_button_6]
name=Wikipedia (englisch)
icon=icons\wikipedia.ico
command=https://en.m.wikipedia.org/w/index.php?search=%s
;command=popup-web!https://en.m.wikipedia.org/w/index.php?search=%s
width=1200
height=900
[web_button_7]
name=Wikipedia (deutsch)
icon=icons\wikipedia.ico
command=https://de.m.wikipedia.org/w/index.php?search=%s
width=1200
height=900
[web_button_8]
name=EmEditor
icon=icons\EmEditor.ico
command=EmEditor.exe /i
width=1200
height=900
[web_button_9]
name=Notepad3
icon=icons\Notepad3.ico
command=Notepad3.exe /c
width=1200
height=900
[web_button_10]
name=Notepad++ (Strg+V)
icon=icons\notepad++.ico
command=notepad++.exe -nosession
width=1200
height=900
[web_button_11]
;https://ramensoftware.com/a-new-website-name-ramen-software#comment-13283
name=Copy
command=""D:\Daten\Programme\Totalcmd\Tools\winapiexec\winapiexec.exe" lstrcpyW ( GlobalLock ( GlobalAlloc 0x0042 8192 ) ) "$u:%cs" , GlobalUnlock $$:5 , u@OpenClipboard 0 , u@SetClipboardData 13 $$:5 , u@CloseClipboard"
icon=icons\Copy.ico
;[web_button_15]
;https://ramensoftware.com/textify/comment-page-4#comment-13236 Customizable button trigger key
;icon=!
;name=string
;command=%rs
;key=i
Interesting! Then some other utilities I already use enhancing the clipboard seem to interfere with Textify. Because just opening Textify by the preferred method (in my case <Shift>Right_Click) will open the Textify-mask with the expression under the cursor when calling highlighted in the text-field of the mask - BUT at that time nothing gets copied to the clipboard automatically. That has been my first assumption, too, and I've tried that out multiple times. But the clipboard did remain empty.tuska wrote: 2023-09-01, 18:26 UTC When you call up Textify, you have the possibility to select the option boxes or the drop-down field with entries
according to your preferences.
If, according to your settings, you press a key combination OR, for example, only the middle mouse button,
then a window opens and in this window a text is marked (hopefully, because not all texts can be extracted).
At this point the text is already in the clipboard!
I'm sorry, I can't help you here.