Skip to content

Commit dec01bc

Browse files
committed
DOC: pdfplumber uses pdfminer.six
1 parent 8000a53 commit dec01bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This benchmark is about reading pure PDF files - notscanned documents and not do
2828
| Borb | 2023-06-23 | AGPL/Commercial | 2.1.15 | |
2929
| pypdfium2 | 2023-06-27 | Apache-2.0 or BSD-3-Clause | 4.17.0 | PDFium (Foxit/Google) |
3030
| pdfminer.six | 2022-11-05 | MIT/X | 20221105 | |
31-
| pdfplumber | 2023-04-13 | MIT | 0.9.0 | |
31+
| pdfplumber | 2023-04-13 | MIT | 0.9.0 | pdfminer.six |
3232
| pdftotext | - | GPL | 0.86.1 | build-essential libpoppler-cpp-dev pkg-config python3-dev |
3333
| PyMuPDF | 2023-06-21 | GNU AFFERO GPL 3.0 / Commerical | 1.22.5 | MuPDF |
3434
| pypdf | 2023-06-27 | BSD 3-Clause | 3.11.1 | |

benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ def get_text_extraction_score(doc: Document, library_name: str):
637637
version=pdfplumber.__version__,
638638
license="MIT",
639639
last_release_date="2023-04-13",
640+
dependencies="pdfminer.six",
640641
),
641642
"pymupdf": Library(
642643
"PyMuPDF",

0 commit comments

Comments
 (0)