Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 994 Bytes

index.rst

File metadata and controls

35 lines (22 loc) · 994 Bytes

tabula-py: Read tables in a PDF into DataFrame

tabula-py is a simple Python wrapper of tabula-java, which can read table of PDF. You can read tables from PDF and convert into pandas's DataFrame. tabula-py also enables you to convert a PDF file into CSV/TSV/JSON file.

We highly recommend to look at the example notebook and try it on Google Colab.

For high level API reference, see :ref:`high-level-interface`.

.. toctree::
   :maxdepth: 2
   :caption: Contents

   getting_started
   faq
   contributing


.. toctree::
   :maxdepth: 2
   :caption: API Reference

   tabula
   tabula.errors


Indices and tables