You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
Maybe a naïve one, but couldn't figure out...
The text was updated successfully, but these errors were encountered:
My Code:
The Error:
Maybe a naïve one, but couldn't figure out...
The text was updated successfully, but these errors were encountered: