小编You*_*sra的帖子

AttributeError: 模块“camelot”没有属性“read_pdf”

我正在尝试使用 Camelot 从 pdf 中提取表格,但出现此属性错误。能否请你帮忙?

import camelot
import pandas as pd
pdf = camelot.read_pdf("Gordian.pdf")
Run Code Online (Sandbox Code Playgroud)

----> 1 pdf = camelot.read_pdf("Gordian.pdf") 中的 AttributeError Traceback(最近一次调用)

AttributeError: 模块“camelot”没有属性“read_pdf”

python python-camelot

4
推荐指数
2
解决办法
9428
查看次数

标签 统计

python ×1

python-camelot ×1