FileNotFoundError while reading PDF file in Databricks from DBFS location

sahil07
New Contributor III

I am trying to read a PDF file from DBFS location in Databricks using PyPDF2.PdfFileReader but it's throwing error that file doesn't exist

sahil07_0-1724773944269.png

But the file exists in the path, refer below screenshot

sahil07_1-1724773977934.png

Can anyone please suggest what is wrong in this?