AI AGENT ADDONS

Document Processing

eyadsibai/ltk
Office & Documents
1,213installs

Working with office documents like PDFs, Excel spreadsheets, Word files, and PowerPoint slides is a common task. This guide helps you process these files using code. You can extract text, merge documents, and convert formats easily.

Each document type has its own tools and methods. For example, you can unzip XLSX files to see the XML inside. PDFs can be read with pypdf or pdfplumber. Excel files work best with pandas or openpyxl.

Word and PowerPoint files also have special tools like python-docx and pptxgenjs. You can even work with tracked changes in legal documents. The guide covers common operations for all major office formats.

Add Document Processing skill to your workflow

Global

mkdir -p ~/.claude/skills/document-processing

Project

mkdir -p .claude/skills/document-processing

Source Repository

Stars
6
Forks
1
Watchers
6
Last Push
7 months ago
Created
7 months ago