I'm trying to use camelot to read tables from a pdf, but when I execute tables = camelot.read_pdf('foo.pdf')
I get the following error:
RuntimeError: Please make sure that Ghostscript is installed
I have installed ghostcript and python-ghostscript and some previuos versions. I have also try with pipenv install "camelot-py[base]"
and camelot-py
, but I still get the same error.