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
@@ -15,7 +15,7 @@ POST /api/files/{id}/retry-subtask → Retry specific task
## Text Extraction
Text extraction is performed **on-demand** when the user clicks "View Extracted Text":
- Uses PyPDF2 to extract text from PDF files in real-time
- Uses pypdf to extract text from PDF files in real-time
- Returns JSON: `{"text": "...", "page_count": 3}`
- Client-side caching prevents re-extraction on subsequent views
- Loading indicator shown during extraction