document-reader

Installation
SKILL.md

Document Reader

Read and extract content from PDF, Word, Excel, PowerPoint, and Microsoft 365 Office files.

Required Libraries

Install with pip if not already available:

pip install pymupdf python-docx openpyxl python-pptx pdfplumber xlrd

Quick Reference by File Type

PDF (.pdf)

import fitz  # pymupdf
Installs
2
First Seen
May 15, 2026
document-reader — cryptofedge/fedge-2.o