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.
谁能给我快速回答/帮助,因为我们在使用 python camelot 将 pdf 提取到 json 后面临一些问题,但没有给出确切的内容。提取后缺少某些内容。
我尝试了以下代码:
import camelot pdf_path = '/YOUR/FILEPATH.pdf' tables = camelot.read_pdf(pdf_path, flavor='stream')
这里有两个问题:
(cid:71)
flavor='lattice'
flavor='stream'
目前,我认为 Camelot 无法正确提取此表。他们正在努力解决第二个问题(参见this和this)。