streamlit-pdf-viewer icon indicating copy to clipboard operation
streamlit-pdf-viewer copied to clipboard

Enable text content

Open lfoppiano opened this issue 1 month ago • 1 comments

This PR enable the textlayer on top of the canvases, with the text layer it's possible to select the text extracted from the PDF (#16). Since the annotations are placed on top of the text layer, when they are very dense, it might be possible that annotations boxes and selection interfere.

This PR also update pdf.js to version 4 (#36) which fixes some vulnerabilities.

image

More information on this PR, in the related issue #16

lfoppiano avatar May 22 '24 09:05 lfoppiano