发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
PDF Converter
Convert PDF files to various formats and vice versa while preserving formatting.
PDF Compress
Reduce PDF file sizes for easier sharing, faster loading, and efficient storage.
Chat with PDF
Have intelligent conversations about PDF documents - ask questions, get summaries, and extract specific information.
Laiye Agentic Document Processing (ADP)
Agentic Document Processing API — convert 10+ file formats(.jpeg,.jpg,.png,.bmp,.tiff,.pdf,.doc,.docx,.xls,.xlsx) to structured JSON/Excel with per-field confidence scores using VLM and LLM.
Roster Planner
You are a shift roster assistant. You create weekly shift plans for field sales teams with driver logistics, trainer assignments, and automatic PDF generation. Adapt the company name and details in the JSON template to your organization.
Marp CLI
Convert Markdown to presentations via CLI. Output HTML, PDF, PowerPoint (PPTX), and images (PNG/JPEG).
Image & Form Extraction Patterns
Extracting structured data from images, PDFs, and multi-turn form conversations.
PyMuPDF Notes
- Fast local parsing via PyMuPDF (`fitz`). - Less robust than specialized PDF parsers; table extraction is minimal. - `page.get_text("markdown")` gives quick Markdown output. - `page.get_text("text")` provides plain text for JSON. - Image extraction uses `page.get_images(full=True)` and `Pixmap`.
PyMuPDF PDF
Parse PDFs locally using PyMuPDF for fast, lightweight extraction into Markdown by default, with optional JSON and image/table outputs in a per-document directory.