f / f/textream
Add feature to automatically skip words in "word tracking" mode
Open
- Dominant language
- Swift
- Stars
- 3.7k
- Forks
- 266
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
As I noticed, the word-tracking algorithm tries to recognize every single word without skipping any. When it fails to recognize one word, it stops processing, even if all the following words are recognized correctly. I suggest adding a condition so that, if the subsequent words are recognized successfully, the text pointer can continue moving forward even when a previous word was not recognized.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.