我尝试使用以下代码从多页多表 PDF 中提取表数据
import camelot
tables = camelot.read_pdf('InputPDF.pdf',flavor='stream',multiple_tables=True,pages='all')
tables.export('foo1.csv', f='csv', compress=True) # json, excel, html
但是第 2 页中的 4,5 个表没有被提取。在其他页面中正确提取的相同类型的表
附上我尝试的PDF文件图像作为示例
没有显示错误