You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when using EasyDict I would OCR the same area of the screen over and over again. For instance, when looking up subtitles hardcoded into a video-file. So this means I have to select the same area by hand, over and over and over again, which does become tedious.
Now, some screenshot tools like Snipaste keep area history for cases when you make screenshots of the same area repeatedly. Snipaste, for instance, lets you press the 'R' key to reselect the last area shot, then, if need be, press 'R' again to select the one before that, and so on.
I do think that keeping a history of OCR'ed areas would be a nice quality-of-life improvement for EasyDict.
Thank you so much for your work!
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, a similar request #22 has been made before, but I didn't find this the right way to add this feature, so I've shelved it.
Previously my idea was to add an additional shortcut specifically for triggering the previous history screenshot area.
Snipaste, for instance, lets you press the 'R' key to reselect the last area shot, then, if need be, press 'R' again to select the one before that, and so on.
Now you give us another good suggestion, we will evaluate these two ways of implementation.
The previous screenshot OCR feature was implemented using a third-party objc library, and the code was quite messy, which may cause memory leakage issues.
Later, we plan to rewrite it using Swift, which may take some time. Please be patient.
If someone is familiar with the screenshot feature in Swift, we warmly welcome you to submit a PR!
Hey there!
Sometimes when using EasyDict I would OCR the same area of the screen over and over again. For instance, when looking up subtitles hardcoded into a video-file. So this means I have to select the same area by hand, over and over and over again, which does become tedious.
Now, some screenshot tools like Snipaste keep area history for cases when you make screenshots of the same area repeatedly. Snipaste, for instance, lets you press the 'R' key to reselect the last area shot, then, if need be, press 'R' again to select the one before that, and so on.
I do think that keeping a history of OCR'ed areas would be a nice quality-of-life improvement for EasyDict.
Thank you so much for your work!
The text was updated successfully, but these errors were encountered: