pdf-documents

Community

Efficiently manage and manipulate PDFs with advanced tools.

Authorlenadlm
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the need for efficient PDF management, offering capabilities to extract text, edit content, split and merge documents, and perform OCR on scanned documents.

Core Features & Use Cases

  • Text Extraction: Extract text from PDFs using powerful libraries like pymupdf and marker-pdf.
  • Content Editing: Edit text within PDFs using natural language commands with nano-pdf.
  • Document Manipulation: Split and merge PDF pages, and search for text across documents.
  • OCR: Convert scanned documents into editable text with high accuracy using marker-pdf.
  • Use Case: When you need to convert a scanned contract into an editable format or quickly extract information from a PDF report.

Quick Start

Extract text from a PDF using the pymupdf tool:

python3 -c "import pymupdf; doc = pymupdf.open('document.pdf'); for page in doc: print(page.get_text())"

Dependency Matrix

Required Modules

pymupdfnano-pdfmarker-pdf

Components

scriptsreferencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: pdf-documents
Download link: https://github.com/lenadlm/docker/archive/main.zip#pdf-documents

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.