How to upload a pdf file in streamlit

Hello @santosh_boina

If it absolutely requires a filepath and not a File-related object, you could try to write the uploaded file in a temporary folder and provide camelot with the URl to said file, then destroy the temporary file at the end of the job. You can copy the following bit of code:

Hope this gets you started!
Fanilo