TheJoeFin / Text-Grab

Use OCR in Windows quickly and easily with Text Grab. With optional background process and notifications.
https://www.microsoft.com/en-us/p/text-grab/9mznkqj7sl0b?cid=TextGrabGitHub
MIT License
3.26k stars 219 forks source link

Enhancement idea: Grab text from image via context menu #8

Open Martin5001 opened 3 years ago

Martin5001 commented 3 years ago

I think it would be useful to have an option to have Text Grab integrate into the Windows context menu so you could right click on an image file and grab the text quickly.

TheJoeFin commented 3 years ago

I like this idea, very simple and quick which is the spirit of Text Grab. I'll look into how much work this would require.

TheJoeFin commented 3 years ago

I have done some initial work on this but it looks like the context menu extension from SharpShell (https://github.com/dwmkerr/sharpshell) does not support .netcore3.1 yet. I'll keep an eye out for other routes or updates to that package.