Closed Offbeatmammal closed 2 years ago
@offbeatmammal, just want to verify, so if a dialog pops up, you want the body to be copied to your clipboard
Example here "Windows cannot ...." would be copied, right?
yes, that's what I'm after ... save me having to re-type the error message when I want to Bing It
I think there are two possible ways to approach this. The first is the most direct way: trying to actually read the text inside the control/window. But for some windows, that is still impossible. The second is via OCR.
Pressing Ctlr+C already does copy the text of a message box (assuming it's using the native Windows message box UI). I guess PowerPoint macros are doing some custom UI?
A general OCR from clipboard images would be handy though. My current workflow for this is:
interesting workaround using the OneNote OCR ... will have to give it a try... but would love to see something very lightweight (or just have Ctrl+C work in VBA... I'll have to submit a UserVoice as well!)
There has to be a hook in due to accessibility to grab the text.
I suggest that it should be something like this
This is MS Edge's smart copy feature
@itsme-alan that would be #4371
I use ABBYY Screenshot Reader many times a day.
It works great with dozens of languages, including Russian. True, it has a rather clumsy interface. In particular, this application cannot be activated with hotkeys. Also, it's part of a rather expensive subscription product and I'd rather use something cheaper instead. Ideally free.
Text extractor should be able to do this now which is from #4371. @Offbeatmammal does this solve your ask?
here was the text from the warning above. cdsafds x Windows cannot find cdsafds'. Make sure you typed the name correctly, and then try again. 0K
/needinfo
yes, this does. very nice addition, thanks to the team
📝 WIn10 has improved the ability to copy "un-selectable" text, but...
Ctrl+C is a boon for avoiding re-keying, and I use it a thousand times a day ... but as a developer working largely with VBA Macros in PowerPoint there is one frustration ... although the magic works in some Office situations it seems those error popups don't let me do it (it might be a side-effect of working through Remote Desktop, as my host machine is a Mac!)
I use a couple of other Powertoys (PT Run is fantastic) and think this would be a good fit for some creative enhancement...
If you'd like to see this feature implemented, add a 👍 reaction to this post.