Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当pdf中没有行来分隔行和列时,是否有任何Python包可以帮助我从pdf中提取表格?
我试过使用 Camelot,但这些是我能得到的最好结果。行没有正确分开......我的结果
table=camelot.read_pdf(path, flavor='stream',pages='302', row_tol=1) df=table[0].df df
作为参考,这是我试图从中提取的pdf:pdf