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

Commit af3fa16

Browse files
authored
Deprecate Project
1 parent 5b61c6c commit af3fa16

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22
<img src="https://github.com/py-pdf/pypdf_table_extraction/blob/main/docs/_static/pypdf-table-extraction.png" width="200">
33
</p>
44

5-
# pypdf_table_extraction (Camelot): PDF Table Extraction for Humans
5+
# pypdf_table_extraction (DEPRECATED)
6+
7+
**This project is deprecated and no longer actively maintained.**
8+
9+
Please use [camelot-py](https://github.com/camelot-dev/camelot) instead.
10+
11+
Camelot-py is the actively maintained successor to this library and provides robust PDF table extraction capabilities.
12+
13+
## Installation
14+
15+
```bash
16+
pip install camelot-py
17+
```
618

719
[![tests](https://github.com/py-pdf/pypdf_table_extraction/actions/workflows/tests.yml/badge.svg)](https://github.com/py-pdf/pypdf_table_extraction/actions/workflows/tests.yml) [![Documentation Status](https://readthedocs.org/projects/pypdf-table-extraction/badge/?version=latest)](https://pypdf-table-extraction.readthedocs.io/en/latest/)
820
[![codecov.io](https://codecov.io/github/py-pdf/pypdf_table_extraction/badge.svg?branch=main&service=github)](https://codecov.io/github/py-pdf/pypdf_table_extraction/?branch=main)

0 commit comments

Comments
 (0)