当我尝试读取.pdf表时出现“ CalledProcessError”

时间:2018-12-21 07:09:38

标签: java python

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"))

1 个答案:

答案 0 :(得分:0)

问题可能与未安装Java运行时(正确版本)有关。

另请参阅this github post

here中提供了安装Java的说明。