dokument-pdf

Extract text, tables, images, annotations, and form data from PDF documents.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/luuspoo-create/claude-bildungs-skills --skill dokument-pdf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dokument-pdf
Source: https://github.com/luuspoo-create/claude-bildungs-skills/tree/main/dokument-pdf
Command: npx skills add https://github.com/luuspoo-create/claude-bildungs-skills --skill dokument-pdf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many workflows require manual, repetitive work with PDF files—extracting text and tables, filling forms, merging documents, running OCR on scans, or applying page-level edits—which is slow, error-prone, and hard to scale. This guide brings structured, repeatable procedures and tool recommendations to automate those tasks and reduce manual effort.

Core Features & Use Cases

  • Automated text and table extraction from digital and scanned PDFs with OCR fallback.
  • Programmatic merging, splitting, rotating, watermarking, encrypting/decrypting, and page manipulation.
  • Fillable and non-fillable form handling with coordinate-based annotation and field validation procedures.
  • Image and figure extraction, metadata inspection, and creation of new PDFs from templates or code.
  • Use case: Convert a batch of scanned student assignments into searchable text, extract grades and comments into a spreadsheet, and produce watermarked archives for reporting.

Quick Start

Tell the assistant to extract all text, tables, and form data from the uploaded document.pdf and return a CSV of structured data plus a plain-text transcript.

Frequently Asked Questions about dokument-pdf

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

FAQPage Schema
How do I extract text and tables from scanned PDF documents?

To extract text and tables from scanned PDFs, use automated document processing with OCR fallback. This approach parses scanned pages, recognizes text characters, and exports structured tabular data into formats like CSV for immediate downstream analysis.

What is the best way to automate PDF form filling for administrative materials?

Automating PDF form filling involves using programmatic manipulation to handle fillable and non-fillable fields. Coordinate-based annotation applies data directly to the document, while field validation procedures ensure the administrative materials meet required formats before export.

Can I merge, split, and watermark multiple PDF files programmatically?

Yes, you can merge, split, and watermark multiple PDF files programmatically. This approach applies page-level manipulation libraries to combine documents, extract specific sections, rotate pages, and apply custom watermarks for archival or educational reporting.

How do I convert a batch of scanned student assignments into searchable text and spreadsheets?

Converting scanned student assignments requires running OCR on the PDF pages to create searchable text transcripts. The process then extracts grades and comments into a spreadsheet and produces watermarked PDF archives for reporting.

Does PDF text extraction work on both digital and scanned pages?

PDF text extraction works on both digital and scanned pages by using direct text parsing for digital documents and an OCR fallback mechanism for scanned images. This dual approach ensures structured text output regardless of the source document type.

When should I use automated PDF processing instead of manual document editing?

You should use automated PDF processing instead of manual editing when handling repetitive tasks like batch extraction, form filling, or merging across many documents. Automation eliminates manual errors and scales efficiently for educational and archival workflows.