atlanhq / camelot

Camelot: PDF Table Extraction for Humans
https://camelot-py.readthedocs.io
Other
3.65k stars 355 forks source link

Confusing installation docs #485

Open RalfNorthman opened 2 years ago

RalfNorthman commented 2 years ago

This tripped me up momentarily when installing camelot:

I pasted the text from the terminal box from the docs as-is: pip install "camelot-py[base]" (I'm not a python guy) and got ModuleNotFoundError: No module named 'cv2' when trying to run camelot.

I browsed the issue-tracker and found #202 which pointed me in the right direction: replacing base with cv. Later I checked the repo README which correctly read: pip install camelot-py[cv].

huyz commented 2 years ago

What's confusing is that there two repos, with two separate set of issues and two different instructions, and no explanation/warning about it:

https://github.com/atlanhq/camelot https://github.com/camelot-dev/camelot

ojuschugh1 commented 1 year ago

Hi, is this issue still there? I am interested in working on this issue.

bosd commented 1 month ago

Heyl!

This repo seems to be no longer maintained. We try to build a maintained fork at pypdf_table_extraction.

You are welcome to check it out and contribute there.