Skip to content

Commit 4f14b3c

Browse files
committed
Update: pypdf got faster
1 parent ce340e8 commit 4f14b3c

21 files changed

+492
-473
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

benchmark.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def write_single_result(
170170
version=pypdf.__version__,
171171
watermarking_function=pypdf_watermarking,
172172
license="BSD 3-Clause",
173-
last_release_date="2023-07-09",
173+
last_release_date="2023-08-26",
174174
image_extraction_function=pypdf_image_extraction,
175175
),
176176
"pdfminer": Library(
@@ -190,7 +190,7 @@ def write_single_result(
190190
text_extraction_function=pdfplubmer_get_text,
191191
version=pdfplumber.__version__,
192192
license="MIT",
193-
last_release_date="2023-04-13",
193+
last_release_date="2023-07-29",
194194
dependencies="pdfminer.six",
195195
),
196196
"pymupdf": Library(
@@ -203,7 +203,7 @@ def write_single_result(
203203
image_extraction_function=pymupdf_image_extraction,
204204
dependencies="MuPDF",
205205
license="GNU AFFERO GPL 3.0 / Commerical",
206-
last_release_date="2023-06-21",
206+
last_release_date="2023-08-24",
207207
),
208208
"pdftotext": Library(
209209
"pdftotext",
@@ -221,7 +221,7 @@ def write_single_result(
221221
"borb",
222222
"https://pypi.org/project/borb/",
223223
text_extraction_function=borb_get_text,
224-
version="2.1.15",
224+
version="2.1.16",
225225
watermarking_function=None,
226226
license="AGPL/Commercial",
227227
last_release_date="2023-06-23",
@@ -234,7 +234,7 @@ def write_single_result(
234234
version=pypdfium2.V_PYPDFIUM2,
235235
watermarking_function=None,
236236
license="Apache-2.0 or BSD-3-Clause",
237-
last_release_date="2023-06-27",
237+
last_release_date="2023-07-04",
238238
dependencies="PDFium (Foxit/Google)",
239239
),
240240
"pdfrw": Library(

0 commit comments

Comments
 (0)