I installed tabula-py using pip install, and importing it gave no errors.
I also made sure JAVA was added to PATH (environment variable).
However, when I try to run:
from tabula import read_pdf
I get the error: ImportError: cannot import name 'read_pdf' from 'tabula' (unknown location)
Any ideas on how to proceed from here?
I am using Pycharm if that helps.