atlanhq / camelot

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

Working on data that is tabular but has no separator lines? #387

Open spot-anmol opened 4 years ago

spot-anmol commented 4 years ago

Hi, I would like to know that will this work on data if the data is tabular in nature, but does not have the separator lines in between. For instance, if there is a marks sheet of a person, but the things are just written as follows:

Screenshot 2019-11-18 at 10 17 49 PM

Would it give able to give me this data in a tabulated format?

anakin87 commented 4 years ago

You have to useflavor = "stream"

Read this: https://camelot-py.readthedocs.io/en/master/user/how-it-works.html