错误消息:Please make sure that Ghostscript is installed", "errorType": "RuntimeError"
import camelot
def pdfToJson(event=None, context=None):
tables = camelot.read_pdf("./week-1-2019-20.pdf")
tables[0].df.to_json("./sample.json")
如何在我的python代码中安装“ ghostscript”依赖项?
答案 0 :(得分:0)
在camelot
的{{1}}库通信中,使用具有Ghostscript
的低级C-API接口进行通信。 Ghostscript用于从库处理的pdf生成图像。
您不需要自己安装任何python绑定,唯一的要求就是Ghostscript本身。最简单的安装方法是在Ubuntu上使用repositories/CD,如下所示:
ctypes