afreakyelf / Pdf-Viewer

A Lightweight PDF Viewer Android library which only occupies around 80kb while most of the Pdf viewer occupies up to 16MB space.
https://afreakyelf.github.io/Pdf-Viewer/
MIT License
821 stars 173 forks source link

Long click on text to start highlighting, for text copying #143

Closed foodpoison closed 3 months ago

foodpoison commented 5 months ago

Is your feature request related to a problem? Please describe. Currently there doesn't seem to be a way for users to highlight texts in rendered PDF, would be good to enable this.

Describe the solution you'd like Being able to select portions of text on screen, with standard gestures on text.

Describe alternatives you've considered Doesn't look like there are any alternatives to text selection.

github-actions[bot] commented 5 months ago

Thank you for creating your first issue. We appreciate your help in making this project better. We will look into it, and get back to you soon. Need help or want to discuss this issue? Join our Discord community here to ask questions and discuss this issue live!

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 4 months ago

This issue was closed because it has been stalled for 5 days with no activity.

afreakyelf commented 3 months ago

Due to its capability of rendering PDFs in image format, selecting or highlighting them is impossible. We haven't explored the OCR yet. Thank you