PDF Skill
When to use
Use this skill when the user wants to extract text from a PDF.
Instructions
Take the PDF file path from the user
Run the script:
python scripts/extract_text.py
Return the extracted text
Example
Input: sample.pdf
Command: python scripts/extract_text.py sample.pdf