Pdf Parser Agent

👤 trshdesigns 📦 v1.0.1 ⭐ 4.1 ⬇️ 903 下載
📄 辦公效率 免費

📖 技能介紹

SKILL.md - pdf-parser-agent

Purpose

Parses local PDF files into structured Markdown and JSON formats using the opendataloader-pdf library, providing deterministic, local data extraction that bypasses LLM context limits for document content ingestion.

Core Technology Attribution

This skill is built upon opendataloader-pdf, originally developed by bundolee and claude.

Dependencies

This skill requires Python packages installed system-wide or user-site-wide: 1. opendataloader-pdf

Usage Example

The skill's execution script dynamically finds the correct user-site packages path, assuming the user has installed the dependency via pip install --user opendataloader-pdf.

# Assuming a PDF exists at 'Files for testing/sample-local-pdf.pdf'
openclaw skill pdf-parser-agent --run --args "Files for testing/sample-local-pdf.pdf"

小蔥技能站7w4.net,專業的AI技能分享平臺。

Implementation Notes

The underlying logic now uses site.getusersitepackages() to dynamically locate the installed package, maximizing portability across different OS/Python minor versions.

🤖 AI 評測

這個 Skill 質量中等偏上。安全檢查做得不錯,能防止訪問不該訪問的檔案,基礎測試覆蓋也比較全面,基本功能可以正常工作。缺點是使用者需要自己安裝依賴庫,碰到問題時錯誤提示不夠友好,文件說明也不夠詳細。對於日常簡單使用基本夠用,但如果遇到問題可能會比較難排查。

📊 多維度評分

適應性3.8
規範性4.3
有效性3.8
可靠性4.2
可信度4.4

📁 包含檔案 (5 個)

📄 SKILL.md 1 KB
📄 _meta.json 135 B
📄 package.json 232 B
📄 scripts/pdf_extractor.py 1.7 KB
📄 tests/test_pdf_extractor.py 3.5 KB