Holsee Conjure PDF

PDF Skill

tomevault-io Updated

File contents

PDF Skill

This skill provides comprehensive PDF manipulation capabilities.

Available Operations

Text Extraction

Use pdftotext or Python's pdfplumber to extract text:

pdftotext input.pdf output.txt

Table Extraction

Use tabula-py for extracting tables:

import tabula
tables = tabula.read_pdf("input.pdf", pages="all")

Scripts

See scripts/extract_text.py for a complete extraction script.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/holsee--conjure--pdf commit e627a63cdf

Frequently asked questions

npx skillmds@latest add tomevault-io/holsee-conjure-pdf