From 4b3df0b0642af7686ba49a6b2e1daa3c4bf14146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81sgeir=20Thor=20Johnson?= Date: Sat, 4 Oct 2025 19:04:17 +0000 Subject: [PATCH] Update pdf.md --- Anthropic/pdf.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Anthropic/pdf.md b/Anthropic/pdf.md index 30b8f18..630cab1 100644 --- a/Anthropic/pdf.md +++ b/Anthropic/pdf.md @@ -1,11 +1,11 @@ # PDF Processing (/mnt/skills/public/pdf/SKILL.md) --- -name: PDF Processing -description: Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. -when_to_use: When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. -version: 0.0.1 -dependencies: pytesseract>=0.3.10, pdf2image>=1.16.0 +* name: PDF Processing +* description: Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. +* when_to_use: When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. +* version: 0.0.1 +* dependencies: pytesseract>=0.3.10, pdf2image>=1.16.0 --- # PDF Processing Guide