Implementation of the tabula-py package, containing some user interfaces to make selection of the interest area and columns visually easier.
tabula-py is a simple Python wrapper of tabula-java, which can read tables in a PDF. You can read tables from a PDF and convert them into a pandas DataFrame. tabula ...