Category "python-camelot"

Getting a 'CalledProcessError.... returned non-zero exit status 1' on running tabula.read_pdf() function on python 3.6

I have tried all possible options. Please help I am getting the following error while running the read_pdf() of tabula in python. The error is CalledProcessE

Python-camelot (Error: GhostscriptNotFound while it is installed)

I am trying to extract tabular data from pdf using camelot and I am getting the following error. Code: tables = camelot.read_pdf(file_name) Error: Ghos

How to install Ghostscript in aws Lambda?

Error Message: Please make sure that Ghostscript is installed", "errorType": "RuntimeError" import camelot def pdfToJson(event=None, context=None): table