Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@

---

**Here's how you can extract tables from PDFs.** You can check out the PDF used in this example [here](https://github.com/py-pdf/pypdf_table_extraction/blob/main/docs/_static/pdf/foo.pdf).
**Here's how you can extract tables from PDFs.**
You can check out the quickstart notebook. [![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/py-pdf/pypdf_table_extraction/blob/main/examples/pypdf_table_extraction_quick_start_notebook.ipynb)

Or follow the example below.
You can check out the PDF used in this example [here](https://github.com/py-pdf/pypdf_table_extraction/blob/main/docs/_static/pdf/foo.pdf).

```python3
>>> import camelot
Expand Down
9 changes: 8 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ Release v\ |version|. (:ref:`Installation <install>`)

----

**Here's how you can extract tables from PDFs.** You can check out the PDF used in this example `here`_.
**Here's how you can extract tables from PDFs.**
You can check out the quickstart notebook.

.. image:: https://colab.research.google.com/assets/colab-badge.svg
:target: https://colab.research.google.com/github/py-pdf/pypdf_table_extraction/blob/main/examples/pypdf_table_extraction_quick_start_notebook.ipynb

Or follow the example below.
You can find the PDF used in this example `here`_.

.. _here: _static/pdf/foo.pdf

Expand Down
8 changes: 7 additions & 1 deletion docs/user/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
Quickstart
==========

In a hurry to extract tables from PDFs? This document gives a good introduction to help you get started with pypdf_table_extraction.
In a hurry to extract tables from PDFs?
This document gives a good introduction to help you get started with pypdf_table_extraction.
Or checkout the quickstart-notebook.

.. image:: https://colab.research.google.com/assets/colab-badge.svg
:target: https://colab.research.google.com/github/py-pdf/pypdf_table_extraction/blob/quickstart-notebook/examples/pypdf_table_extraction_quick_start_notebook.ipynb


Read the PDF
------------
Expand Down
Loading
Loading