Install
openclaw skills install @wancy86/pdf-reader-cnExtract text, tables, and metadata from PDFs; analyze, summarize, and search PDF content, including specific pages or page ranges.
openclaw skills install @wancy86/pdf-reader-cnExtract and analyze content from PDF files using pdfplumber and PyMuPDF.
For basic text extraction, use the provided script:
python scripts/extract_pdf.py <path-to-pdf>
| Script | Purpose |
|---|---|
scripts/extract_pdf.py | Extract text from PDF |
scripts/analyze_pdf.py | Analyze and summarize PDF content |
references/pdf-libraries.md - Python PDF library documentationExtract all text:
python scripts/extract_pdf.py document.pdf
Extract specific page:
python scripts/extract_pdf.py document.pdf --page 5
Analyze and summarize:
python scripts/analyze_pdf.py document.pdf