【发布时间】:2018-12-21 07:09:38
【问题描述】:
CalledProcessError: 命令 '['java', '-Dfile.encoding=UTF8', '-jar', 'C:\Users\vijv2c13136\AppData\Local\Continuum\anaconda2\lib\site-packages\tabula\ tabula-1.0.2-jar-with-dependencies.jar', '--pages', 'all', '--guess', '--format', 'JSON', 'resumes\AbhinavReddy.pdf']'返回非零退出状态 2
我尝试了很多解决方案。但是,这些对我不起作用。
提前致谢。
print(wrapper.read_pdf("D:/PdfTableReader/adi.pdf", multiple_tables=True,pages="all"))
【问题讨论】:
-
你能添加导致这个错误的代码吗?