skills/skills.volces.com/Extract PDF Text

Extract PDF Text

Installation
SKILL.md

When to Use

Agent needs to extract text from PDFs. Use PyMuPDF (fitz) for fast local extraction. Works with text-based documents, scanned pages with OCR, forms, and complex layouts.

Quick Reference

Topic File
Code examples examples.md
OCR setup ocr.md
Troubleshooting troubleshooting.md

Core Rules

1. Install PyMuPDF First

pip install PyMuPDF
Installs
2
First Seen
May 12, 2026
Extract PDF Text from skills.volces.com