-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Bionic Reading -like Experience #1268
Comments
Due to this being Trademarked in America we can not call the implementation anything similar to the trademarked name "Bionic Reading" For good faith we should also try to implement some code to check against location or specific timezones and disable the implementation in locations where it is patented (currently only France) |
I would love to see a similar implementation on Kavita! Here is the patent and trademark discussion on the Obsidian sub (https://www.reddit.com/r/ObsidianMD/comments/uv995v/bionic_reading_seems_great_but_patent_is_a_bummer/). I am sure it will not be much of a problem. A chrome extension has already been made, https://github.com/ansh/bionic-reading, in case the code can be helpful. |
Chrome extension makes this very easy to implement, thanks for the link @mohitmujawdiya |
You're most welcome @majora2007, thanks for such an amazing piece of software! |
@majora2007, |
Here is an example formula for python to accomplish this,. ` Args: Returns: words = text.split() for word in words: return formatted_text Example usage:text = "This is an example of dyslexia assistance." |
https://bionic-reading.com/
Goal: Implement a comparable solution to this. This ticket is here to serve as documentation on how to implement and how it should function.
The text was updated successfully, but these errors were encountered: