我正在尝试绘制表格以调试和查找表格坐标,但是该图从未出现在屏幕上。Camelot 内置了使用 matplotlib 库绘制表格的函数。我已经为 camelot 下载了所有依赖项,但我似乎无法弄清楚如何让这个数字出现。
tables = camelot.read_pdf('example.pdf', flavor = 'lattice')
print(tables[0].parsing_report)
plt = camelot.plot(tables[0], kind='grid')
plt.show()