Replies: 1 comment 1 reply
-
I am experiencing similar issues and would really appreciate some help. Is there something we can do in terms of configuration? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a Streamlit pdf viewer using the pdf.js library programmatically, I've managed to do everything I wanted, show a PDF, show annotations, enable text layers, etc...
However, I have a small problem when one try to select text in the PDF. It's a general issue I'm having using the text layers, as soon as the cursor get out of the text layer, the selection goes south.
See an example in this screencast:
Screen.Recording.2024-08-20.at.07.26.42.mov
The implementation is here.
You can see a demo here (you must switch "enable text layers" on top-left).
If you have any feedback or suggestion, It would be great.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions