pdf_extractor CLAUDE.md

A project instruction file for a PDF extractor that converts PDF documents into Markdown, either one file at a time or in batches.

In plain words
What is it for?
Use it when working on the PDF extractor, including installing dependencies, converting documents, processing folders, and checking Markdown formatting.
Why use it?
It gives a coding agent the project's overview, setup requirements, dependencies, and commands needed to develop or run the extractor.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/prototype-cafe-llc/pdf_extractor/claude-md
Clone the repo
git clone --depth 1 https://github.com/Prototype-Cafe-LLC/pdf_extractor
Per session 1,134 This file is loaded in full into every session.
When invoked 1,134 The same file — it is already loaded in full.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01134 $0.01134
Opus 5 $0.00567 $0.00567
Sonnet 5 $0.00227 $0.00227
Haiku 4.5 $0.00113 $0.00113

Measured 2d ago against content hash 989a08c97ef1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

pdf_extractor CLAUDE.md scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -LsSf https://astral.sh/uv/install.sh | sh

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -LsSf https://astral.sh/uv/install.sh | sh
CLAUDE.md · 167 lines

How it starts

The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

PDF Extractor

PDFを markdownに展開する (Convert PDF files to Markdown format)

Project Overview

A command-line tool that converts PDF files to Markdown format using pymupdf4llm. The tool supports both single file and batch processing of entire directories.

Development Commands

Setup and Dependencies

# Install uv if not already installed
curl -LsSf https://astral.sh/uv/install.sh | sh

# Create virtual environment and install dependencies
uv venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
uv pip install pymupdf4llm

# Add new dependencies
uv pip install <package-name>

# Install markdownlint globally for markdown validation
npm install -g markdownlint-cli

Running the Application

# Convert a single PDF file
python -m src.pdf_extractor document.pdf -o output_folder

# Convert multiple PDF files
python -m src.pdf_extractor doc1.pdf doc2.pdf doc3.pdf -o output_folder

# Convert all PDFs in a directory
python -m src.pdf_extractor /path/to/pdf/folder -o output_folder

# Use default output directory (creates 'md' subfolder)
python -m src.pdf_extractor document.pdf

# Or use the installed command (after pip install)
pdf-extractor document.pdf

Testing

# Run all tests (once test framework is set up)
# TODO: Add test command once testing framework is chosen

# Run specific test file
# TODO: Add specific test command

Code Quality

# Format code with ruff
uv run ruff format .

# Check linting
uv run ruff check .

# Type checking with mypy
uv run mypy src/

# Validate markdown files with markdownlint
markdownlint "**/*.md"

# Fix auto-fixable markdown issues
markdownlint --fix "**/*.md"

Architecture

Core Components

  1. src/pdf_extractor/ - PDF conversion module
    • cli.py: Main entry point
    • converter.py: Core conversion logic
      • Handles command-line argument parsing
      • Manages file/directory input processing
      • Coordinates the conversion workflow

Read the full file on GitHub · 167 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 167 lines · 1,134 tokens per session scan C 989a08c97ef1

Subscribe to this mod's changes

pdf_extractor CLAUDE.md is an instructions file published in the GitHub repository Prototype-Cafe-LLC/pdf_extractor (0 stars, last pushed 1y ago), licensed MIT. It adds 1,134 tokens to every session, about $0.0057 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.