Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit d2b76a9

Browse files
bosdalexfazio
andauthored
🧑‍🎓 Quickstart notebook (#231)
* Added a quick start Colab notebook to test functionalities and familiarize users with the library. * changed PyPDF2 to pypdf * Created using Colab * rename PyPDF2 to pypdf and updated dependencies * updated Colab URL to point to a GitHub Gist * Update examples/camelot_quick_start_notebook.ipynb Co-authored-by: bosd <[email protected]> * updating camelot to pypdf-table-extraction * updating camelot to pypdf-table-extraction * added pretty displays of results * Improvements and new namespace for quickstart * Quickstart reflect new name * Add badge to quickstart notebook in doc's --------- Co-authored-by: Alex Fazio <[email protected]>
1 parent 58a8317 commit d2b76a9

File tree

4 files changed

+449
-3
lines changed

4 files changed

+449
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212

1313
---
1414

15-
**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).
15+
**Here's how you can extract tables from PDFs.**
16+
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)
17+
18+
Or follow the example below.
19+
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).
1620

1721
```python3
1822
>>> import camelot

docs/index.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,14 @@ Release v\ |version|. (:ref:`Installation <install>`)
3232

3333
----
3434

35-
**Here's how you can extract tables from PDFs.** You can check out the PDF used in this example `here`_.
35+
**Here's how you can extract tables from PDFs.**
36+
You can check out the quickstart notebook.
37+
38+
.. image:: https://colab.research.google.com/assets/colab-badge.svg
39+
:target: https://colab.research.google.com/github/py-pdf/pypdf_table_extraction/blob/main/examples/pypdf_table_extraction_quick_start_notebook.ipynb
40+
41+
Or follow the example below.
42+
You can find the PDF used in this example `here`_.
3643

3744
.. _here: _static/pdf/foo.pdf
3845

docs/user/quickstart.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
Quickstart
44
==========
55

6-
In a hurry to extract tables from PDFs? This document gives a good introduction to help you get started with pypdf_table_extraction.
6+
In a hurry to extract tables from PDFs?
7+
This document gives a good introduction to help you get started with pypdf_table_extraction.
8+
Or checkout the quickstart-notebook.
9+
10+
.. image:: https://colab.research.google.com/assets/colab-badge.svg
11+
:target: https://colab.research.google.com/github/py-pdf/pypdf_table_extraction/blob/quickstart-notebook/examples/pypdf_table_extraction_quick_start_notebook.ipynb
12+
713

814
Read the PDF
915
------------

0 commit comments

Comments
 (0)