mathewthe2 / Game2Text

Complete toolbox for gamifying language learning
https://www.Game2Text.com
Apache License 2.0
194 stars 26 forks source link

OCR-assisted Game Script / Text Dump matching #17

Open mathewthe2 opened 3 years ago

mathewthe2 commented 3 years ago

image

mathewthe2 commented 3 years ago

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 commented 3 years ago

https://github.com/mathewthe2/Game2Text/issues/21#issuecomment-843996270

Remaining:

mathewthe2 commented 3 years ago

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

https://github.com/mathewthe2/Game2Text/commit/5201c22e6d3cf9b03824a51a6693226b0719c7e4