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

OCR-assisted Game Script / Text Dump matching #17

Open
mathewthe2 opened this issue Apr 27, 2021 · 3 comments
Open

OCR-assisted Game Script / Text Dump matching #17

mathewthe2 opened this issue Apr 27, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@mathewthe2
Copy link
Owner

image

@mathewthe2 mathewthe2 added the enhancement New feature or request label Apr 27, 2021
@mathewthe2
Copy link
Owner Author

Implemented dropdown select with 4 best matches by looking at the entire log file. To improve performance, do regional scan of the previous match first (go forward and go backward ~100 lines before continuing with the rest of the file).

@mathewthe2
Copy link
Owner Author

#21 (comment)

Remaining:

  • Set character minimum required for auto-matching (5 or up)
  • exact match to highlighted word

@mathewthe2
Copy link
Owner Author

Implemented dropdown select with 4 best matches by looking at the entire log file. To improve performance, do regional scan of the previous match first (go forward and go backward ~100 lines before continuing with the rest of the file).

regional matching

5201c22

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

No branches or pull requests

1 participant