我正在尝试使用 camelot 从 pdf 中提取表格,但出现此属性错误。能否请你帮忙?
import camelot
import pandas as pd
pdf = camelot.read_pdf("Gordian.pdf")
----> 1 pdf = camelot.read_pdf("Gordian.pdf") 中的 AttributeError Traceback (最近一次调用最后一次)
AttributeError:模块“camelot”没有属性“read_pdf”