yueweilu

pdf-text-extractor

0
0
# Install this skill:
npx skills add yueweilu/ai-agent-skills --skill "pdf-text-extractor"

Install specific skill from multi-skill repository

# Description

Extract text content from local PDF files for the AI to process.

# SKILL.md


name: pdf-text-extractor
description: Extract text content from local PDF files for the AI to process.


pdf-text-extractor Skill

中文

PDF Text Extractor Skill | PDF 文本提取技能

English | 中文

Allows the AI to read the content of local PDF documents.

Tools

extract.py

Location: skills/pdf-text-extractor/extract.py

Dependencies: PyPDF2

Usage:

python skills/pdf-text-extractor/extract.py [path_to_pdf]

Output:
JSON containing a preview of the text content and metadata.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.