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
+1 -1
View File
@@ -188,7 +188,7 @@ As of this update, DocuElevate uses **automated semantic versioning** via `pytho
## 🔧 Technical Debt
### Refactoring Needed
- [ ] Replace PyPDF2 with pypdf (modern maintained fork)
- [x] Replace PyPDF2 with pypdf (modern maintained fork) - ✅ Completed 2026-02-12
- [ ] Migrate from string-based task names to explicit imports in Celery
- [ ] Standardize logging format across all modules
- [ ] Remove duplicated configuration loading code