physics-lesson-capture

Extract text and examples from PDFs, DOCX, and images via OCR.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/tdcasual/teacherAgent --skill physics-lesson-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: physics-lesson-capture
Source: https://github.com/tdcasual/teacherAgent/tree/main/skills/physics-lesson-capture
Command: npx skills add https://github.com/tdcasual/teacherAgent --skill physics-lesson-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires deepseek-ocr, multi_ocr_sdk, pdfplumber, python-docx, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This tool automates turning scattered lesson materials (images, PDFs, and DOCX) into searchable text, extracts example questions, and builds structured post-class diagnostics to save teachers time.

Core Features & Use Cases

  • OCR + text extraction from PDFs, DOCX, and images using the DeepSeek-OCR pipeline.
  • Example extraction and organization into an examples.csv with source references.
  • Generate lesson_discussion.md and lesson_summary.md to support classroom reflection and targeted homework.

Quick Start

Provide lesson materials (PDFs/DOCX/images) to the system and run the lesson_capture workflow to generate OCR text, an examples index, and summary artifacts.

Frequently Asked Questions about physics-lesson-capture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text and example questions from lesson PDFs and images?

To extract text and example questions from lesson PDFs and images, the workflow uses the DeepSeek-OCR pipeline to parse files and output structured text, an examples index, and summary artifacts for diagnostics.

Can I generate lesson summaries and discussion notes from classroom DOCX materials?

Yes, you can generate lesson summaries and discussion notes from classroom DOCX materials. The workflow ingests DOCX files, extracts structured examples, and writes lesson_discussion.md and lesson_summary.md artifacts to support classroom reflection.

Does DeepSeek-OCR work with PDFs and DOCX files for lesson content capture?

DeepSeek-OCR works with PDFs, DOCX, and images for lesson content capture by extracting text and identifying example questions. It uses pdfplumber and python-docx dependencies to process these formats and generate source manifests.

What is the best way to automate post-class diagnostics from scattered teaching materials?

The best way to automate post-class diagnostics from scattered teaching materials is to run a lesson capture workflow that OCRs images and documents, extracts examples into a CSV, and generates structured markdown summaries for targeted homework.

How to organize extracted classroom examples with source references for reuse?

To organize extracted classroom examples with source references for reuse, the workflow processes lesson materials and writes an examples.csv index alongside structured artifacts under a dedicated lesson ID directory.