atlanhq / camelot

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

ZeroDivisionError: float division by zero - table_regions #356

Closed shivohmgupta closed 4 years ago

shivohmgupta commented 5 years ago

When I'm using table_regions parameter, above error is coming. Here is my code tables = camelot.read_pdf("a.pdf", flavor='stream', table_regions=['49,217,568,403']) Without the table_regions parameter, it is working fine

vinayak-mehta commented 4 years ago

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