You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [How to Extract PDF Tables in Python](https://www.thepythoncode.com/article/extract-pdf-tables-in-python-camelot)
2
2
To run this:
3
-
- You need to install required dependencies for the library [here](https://camelot-py.readthedocs.io/en/master/user/install-deps.html#install-deps).
4
-
-`pip3 install -r requirements.txt`
5
-
- Extract PDFs of the file `foo.pdf`:
6
-
```
7
-
python pdf_table_extractor.py foo.pdf
8
-
```
3
+
- You need to install required dependencies for the camelot library [here](https://camelot-py.readthedocs.io/en/master/user/install-deps.html#install-deps).
4
+
-`pip3 install -r requirements.txt`.
5
+
-`pdf_table_extractor_camelot.py` is using camelot library.
6
+
-`pdf_table_extractor_tabula.py` is using tabula-py library.
0 commit comments