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', 'TONY.pdf']' 返回非零退出状态 2
当我尝试打印 .pdf 文件中的表格时。它显示了这个特定的错误。
from tabula import wrapper
print(wrapper.read_pdf("TONY.pdf", multiple_tables=True,pages="all")
这是我的 .pdf 文件的表格提取代码。但是,当我尝试打印时,它会显示上述错误。