Traceback (most recent call last):
Input In [22] in <cell line: 4>
tables = camelot.read_pdf(file)
File ~\anaconda3\envs\camelot\lib\site-packages\camelot\io.py:113 in read_pdf
tables = p.parse(
File ~\anaconda3\envs\camelot\lib\site-packages\camelot\handlers.py:172 in parse
self._save_page(self.filepath, p, tempdir)
File ~\anaconda3\envs\camelot\lib\site-packages\camelot\handlers.py:110 in _save_page
with open(filepath, "rb") as fileobj:
FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/tonum/OneDrive/Desktop/Codes/SBI statement.pdf'
My Code:
The Error:
Maybe a naïve one, but couldn't figure out...