pdf

Extract text, perform OCR, add watermarks, and manipulate PDF pages.

17|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/jrcjrcc/deepseek-nyamu --skill pdf-jrcjrcc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/jrcjrcc/deepseek-nyamu/tree/main/crates/tui/assets/skills/pdf
Command: npx skills add https://github.com/jrcjrcc/deepseek-nyamu --skill pdf-jrcjrcc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires qpdf, mutool, pdfplumber, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies PDF handling tasks, from reading and extracting text to rotating pages and adding watermarks.

Core Features & Use Cases

  • PDF Reading and Text Extraction: Extract text and metadata from PDF files.
  • PDF Manipulation: Rotate, split, merge, and fill out PDF forms.
  • Watermarking and OCR: Add watermarks and perform OCR on scanned PDFs.
  • Use Case: When you need to quickly process a large batch of PDFs, this Skill can help automate many repetitive tasks.

Quick Start

Extract text from a PDF using the command: pdf extract_text "input.pdf"

Frequently Asked Questions about pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text from a PDF file quickly?

To extract text from a PDF, you can use a command like `pdf extract_text "input.pdf"`. This reads the document to extract embedded text and metadata, automating repetitive document processing tasks.

Can I perform OCR on scanned PDFs to make them searchable?

Yes, you can perform OCR on scanned PDFs. The Skill processes scanned documents to recognize text, allowing you to extract information from image-based PDF files that lack embedded text layers.

What is the best way to rotate, split, or merge PDF documents?

The best way to rotate, split, or merge PDF documents is using an automated PDF manipulation tool. This Skill handles page manipulation tasks like rotating, splitting, and merging files without manual editing.

Does this PDF manipulation approach require qpdf or mutool?

Yes, this PDF manipulation approach relies on dependencies like qpdf, mutool, and pdfplumber. These underlying tools provide the necessary framework to manipulate pages, extract text, and process documents effectively.

How do I add a watermark to an existing PDF?

To add a watermark to an existing PDF, you apply a PDF manipulation command that overlays text or images onto the document. This Skill supports watermarking to help secure or brand your PDF files.