atlanhq / camelot

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

Edge_tol param in stream #313

Closed CartierPierre closed 5 years ago

CartierPierre commented 5 years ago

If I refer to https://github.com/socialcopsdev/camelot/blob/7cf409aa08f937edd24d6ac14d8daa56e614bb6d/camelot/parsers/stream.py#L48 It's possible to change the edge_tol, but in the read_pdf kwargs, it's not possible to change it, it's filtered out here : https://github.com/socialcopsdev/camelot/blob/7cf409aa08f937edd24d6ac14d8daa56e614bb6d/camelot/io.py#L104

vinayak-mehta commented 5 years ago

Closing in favor of https://github.com/camelot-dev/camelot/issues/25.