What problem does it solve?
Researchers and power users often spend excessive time turning academic PDFs into actionable, Obsidian-ready literature notes. This skill automates extraction, AI-assisted note generation, and critical-thinking canvases to streamline systematic reviews and knowledge-building workflows.
Core Features & Use Cases
- Text-First PDF Extraction: Uses PyMuPDF for fast text extraction with optional OCR fallback (Tesseract) for scanned or complex pages.
- Structured Note Generation: Template-driven generation that produces YAML frontmatter notes compatible with Dataview and Obsidian.
- Critical-Thinking Canvases: 9-node JSON Canvas outputs for deep, structured critique and reasoning.
- Workflow Automation: End-to-end orchestration of extract → generate → canvas, including batch processing.
Quick Start
Run phd-deepread extract paper.pdf to produce markdown_output, then run generate and canvas to complete the workflow.