PDF

Extract text from PDF files

DigitalExplorers Updated

File contents

PDF Skill

When to use

Use this skill when the user wants to extract text from a PDF.

Instructions

  1. Take the PDF file path from the user

  2. Run the script:

    python scripts/extract_text.py

  3. Return the extracted text

Example

Input: sample.pdf

Command: python scripts/extract_text.py sample.pdf

DigitalExplorers/agent-skills/tree/main/skills/pdf commit b73eef6468

Frequently asked questions

npx skillmds@latest add digitalexplorers/pdf