py-pdf / pypdf

A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
https://pypdf.readthedocs.io/en/latest/
Other
7.73k stars 1.36k forks source link

Streamlit App based on PyPDF #2672

Closed SiddhantSadangi closed 1 month ago

SiddhantSadangi commented 1 month ago

Hello, First of all, thanks a lot for creating and maintaining PyPDF!

I recently published a Streamlit app based on PyPDF.

You can access the app here: https://pdfworkdesk.streamlit.app/ And the GitHub repo here: https://github.com/SiddhantSadangi/pdf-workdesk

I was wondering if you could add this as an example in your readme or docs, maybe?

I am also open to any feedback, and can add any links back to PyPDF as needed 🤗