atlanhq / camelot

Camelot: PDF Table Extraction for Humans
https://camelot-py.readthedocs.io
Other
3.61k stars 349 forks source link

Error in win10 + python 3.8.0 #393

Open quantrpeter opened 4 years ago

quantrpeter commented 4 years ago

image

knuspertante commented 4 years ago

Your filepath must have multiple backslashes in read_pdf()

Example: tables = camelot.read_pdf('C:\\Users\\Peter\\test.pdf')

Not: tables = camelot.read_pdf(C:\Users\Peter\test.pdf')