atlanhq / camelot

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

PDF Headers on table is getting merged into single cell while exporting #417

Open vikrantbansal28 opened 4 years ago

vikrantbansal28 commented 4 years ago

fooo.pdf image you can see number of coils and number of paperclips are pulled in same cell.

vikrantbansal28 commented 4 years ago

Seems to be solved by using Split Text =True while reading the table.

anakin87 commented 4 years ago

split_text=True

ghostgeek6113 commented 3 years ago

i faced the same issue and i tried adding the slpit_text =. True but it didn't work tables = camelot.read_pdf('client.pdf',pages='all',split_text=True)