camelot-dev / camelot

A Python library to extract tabular data from PDFs
https://camelot-py.readthedocs.io
MIT License
2.95k stars 465 forks source link

two bug! #456

Open zoheirdibaj opened 10 months ago

zoheirdibaj commented 10 months ago

Describe the bug

module 'camelot' has no attribute 'read_pdf' (1) cannot import name 'TableList' from 'camelot.core'(2) when i install camelot-py, i get erorr number (1) when i uninstall camelot-py and i just have camelot i get erorr number(2) i uninstall every version and i installed camelot[all] but i still getting erorr number (1) Code

import camelot
tables = camelot.read_pdf('budget1402_archive.pdf')

print(tables)

PDF

Screenshots

Environment

Additional context

zhangnn520 commented 6 days ago

pip install "camelot-py[base]"