atlanhq / camelot

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

Add option to strip given characters from strings #229

Closed vinayak-mehta closed 5 years ago

vinayak-mehta commented 5 years ago
tables = camelot.read_pdf('foo.pdf', strip='\n')
aborruso commented 5 years ago

Hi @vinayak-mehta how to use strip='\n' in the commandline version?

Thank you

aborruso commented 5 years ago

Sorry I have seen it: -strip ' .\n'