-
Notifications
You must be signed in to change notification settings - Fork 63
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
Text selection and Text-to-speech #267
Comments
An alternative, and probably cleaner, approach is to add the following TTSTextWidget to the tree like
Feel free to integrate this in pdfrx if you think this is useful! |
Your approach seems good enough for me. |
Hi,
I'm using your package on web and, apart from issue #235 , text selections works pretty well.
Now, I want to be able to read aloud the selected text (eg using the read aloud chrome extension).
Typically, when text is selected inside other, non-pdf, SelectionAreas, I can right click and see the "read aloud selected text" action in the context menu. This does not happen when I select text in pdfrx.
Right now, I do the following : this works fine but there might be better/cleaner approaches?
with
The text was updated successfully, but these errors were encountered: