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

v4.7 #504

Merged
merged 52 commits into from
Dec 21, 2024
Merged

v4.7 #504

merged 52 commits into from
Dec 21, 2024

Conversation

TheJoeFin
Copy link
Owner

Brings in to major features

  • Searching history in the Quick Simple Lookup
    • Find and open previous Edit Text Windows or Grab Frames
    • Can be disabled for previous behavior
  • Post grab actions
    • Can fix GUIDs
    • Try to insert
    • Trim lines
    • Remove duplicate lines
    • Default web search (configurable in Settings)

@TheJoeFin TheJoeFin added Edit Text Window Anything to do with the Edit Text Window or functions within it Full Screen Grab When launching a full screen Text Grab Quick Simple Lookup Related to the Quick Simple Lookup feature labels Dec 20, 2024
@TheJoeFin TheJoeFin merged commit 2c8a74f into main Dec 21, 2024
1 check passed
@TheJoeFin TheJoeFin deleted the dev branch December 21, 2024 15:11
@vivadavid
Copy link

Hi!

Is there a place to learn how the new post grab actions work? For example, I don't know what 'Can fix GUIDs' does.

Thanks.

@TheJoeFin
Copy link
Owner Author

@vivadavid I opened a new issue to give better tooltips for the post grab actions, but fix GUIDs will try to correct common errors to characters which would be valid in a GUID which is only hexadecimal.

@vivadavid
Copy link

My problem is that I don't even know what GUID means. I tried to Google it, but I couldn't understand the information and connect it to OCR.

Tooltips would certainly be appreciated. Thanks.

@TheJoeFin
Copy link
Owner Author

https://en.wikipedia.org/wiki/Universally_unique_identifier?wprov=sfti1

They represent something which is tedious to copy manually so a good candidate for OCR, but they need to be exactly correct. So that function does some correcting based on possible values for each character.

@vivadavid
Copy link

https://en.wikipedia.org/wiki/Universally_unique_identifier?wprov=sfti1

They represent something which is tedious to copy manually so a good candidate for OCR, but they need to be exactly correct. So that function does some correcting based on possible values for each character.

Thanks for the clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Edit Text Window Anything to do with the Edit Text Window or functions within it Full Screen Grab When launching a full screen Text Grab Quick Simple Lookup Related to the Quick Simple Lookup feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants