I working with Tabula
to do some pdf scraping.
However, when I run the:
tables = tabula.read_pdf(file, pages = "all", multiple_tables = True)
I get attributeError: module 'tabula' has no attribute 'read_pdf'.
I tried most of solutions found on web, installing tabula-py
rather than only tabula
also does not help.
Any clue?
Many thanks!