I am trying to read a table using Python from this PDF file Tedenski-jedilnik-od-5.pdf
But nothing seems to work for me, I have tried tabula.io, camelot (this doesn't even run due to some libraries incompatibilities), pdfplumber. But the output is not really usable to me.
What else should I try? How could I create a pandas dataframe out of this table in this PDF?
Thanks.
I had some code and modified it for your purpose. It outputs a table with the data from your example pdf. Hope this is already helpful. Just modify the self.path = '/the/dir/of/the/pdf' e.g. '/home/.../Downloads/.