docs: update all references from PyPDF2 to pypdf in documentation

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-12 02:54:48 +00:00
parent cc98039246
commit 00abb33bbe
10 changed files with 54 additions and 15 deletions
+3 -3
View File
@@ -67,9 +67,9 @@
<a href="https://github.com/openai/openai-python" class="text-blue-600 hover:underline">https://github.com/openai/openai-python</a>
</li>
<li class="mb-2">
<span class="font-semibold">PyPDF2</span> (BSD License)<br>
Copyright (c) 2006-2008, Mathieu Fenniak<br>
<a href="https://github.com/py-pdf/PyPDF2" class="text-blue-600 hover:underline">https://github.com/py-pdf/PyPDF2</a>
<span class="font-semibold">pypdf</span> (BSD License)<br>
Copyright (c) 2006-2024, pypdf contributors<br>
<a href="https://github.com/py-pdf/pypdf" class="text-blue-600 hover:underline">https://github.com/py-pdf/pypdf</a>
</li>
<li class="mb-2">
<span class="font-semibold">Requests</span> (Apache 2.0 License)<br>