tables = camelot.read_pdf('test1.pdf', flavor='stream',edge_tol=500, row_tol=10, pages='all', split_text=True, flag_size=True)
camelot.plot(table, kind='contour')
table.to_csv('result'+str(i)+'.csv',index=False)
目前我使用这个逻辑,但它使用文本理论获取所有内容。
tables = camelot.read_pdf('test1.pdf', flavor='stream',edge_tol=500, row_tol=10, pages='all', split_text=True, flag_size=True)
camelot.plot(table, kind='contour')
table.to_csv('result'+str(i)+'.csv',index=False)
目前我使用这个逻辑,但它使用文本理论获取所有内容。