Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to override Dropbox's "Share screenshots and screen recordings" link sharing #31

Closed
joeld1 opened this issue Apr 28, 2024 · 6 comments

Comments

@joeld1
Copy link

joeld1 commented Apr 28, 2024

Textinator doesn't OCR the text when Dropbox's "Share screenshots and screen recordings using Dropbox" setting is toggled on. Instead of getting a copy of the text found in the screenshot, I receive a copy of the Dropbox share url to the screenshot

Would it be possible to add the ability to override this feature?

Just curious because it takes many clicks to toggle Dropbox's feature on/off.

Thank you!

Screenshot 2024-04-28 at 8 08 05 AM

@RhetTbull
Copy link
Owner

I receive a copy of the Dropbox share url to the screenshot

That's exactly what you've told Dropbox to do. :-)

What exactly do you want to happen in this case? If the dropbox link sharing feature is something you use, then I assume you want Dropbox to put the link on the clipboard? But if Textinator was changed to override this, you would also get the detected text instead of the Dropbox link if there was text in the screenshot. Thus you would never be able to use the Dropbox share feature on a screenshot with text because the link would be overwritten by Textinator.

If you want to use the Dropbox feature perhaps a better alternative is to use a commercial app like TextSniper which lets you use a separate hot key to grab the text.

@joeld1
Copy link
Author

joeld1 commented May 2, 2024

Huh, I tested it again - sometimes the dropbox link gets stored, other times it's the image text.

How about this, would it be possible to keep a clipboard cache that stores the text of the previous OCR job? It would be super convenient in case any clipboard text gets overwritten immediately afterwards by another program.

@RhetTbull
Copy link
Owner

How about this, would it be possible to keep a clipboard cache that stores the text of the previous OCR job? I

That's not a bad idea. You could do this with a clipboard management app but it should be easy to add a "Copy last text detection to clipboard" feature and maybe an option to pop up a window with the last detection.

@RhetTbull
Copy link
Owner

The next release includes a "Show Last Detected Text" menu option that opens a window with the text (and a default button that will copy it to the clipboard by simply pressing return or click the button)

@RhetTbull
Copy link
Owner

Released as v0.10.0

@joeld1
Copy link
Author

joeld1 commented May 6, 2024

Thanks again for this feature! It's super helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants