ocr-and-documents

Extract readable text from PDFs and scanned documents using OCR tools.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill ocr-and-documents-vyre-studios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ocr-and-documents
Source: https://github.com/VYRE-Studios/Windows-Agentic-Framework/tree/main/skills/productivity/ocr-and-documents
Command: npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill ocr-and-documents-vyre-studios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires marker-pdf, pymupdf, pymupdf4llm, pandas, and includes scripts (resource) components.

What problem does it solve?

It removes the manual effort of converting PDFs, scanned images, and other document formats into searchable, editable text, enabling fast analysis and re-use of information.

Core Features & Use Cases

  • Web extraction: Directly fetch and convert PDFs from URLs using web_extract.
  • Lightweight local extraction: Use pymupdf for text‑based PDFs with instant results.
  • High‑quality OCR: Deploy marker-pdf for scanned documents, equations, tables, and complex layouts.
  • Document formats: Supports DOCX via python-docx and redirects to the PowerPoint skill for PPTX.
  • Utility tools: Split, merge, and search PDFs programmatically.

Quick Start

Ask the OCR skill to extract all text from the file 'report.pdf' and return it as markdown.

Frequently Asked Questions about ocr-and-documents

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

FAQPage Schema
How do I extract text from a scanned PDF or image-based document?

To extract text from a scanned PDF or image-based document, this Skill uses marker-pdf to perform high-quality OCR. It accurately converts complex layouts, equations, and tables from scans into searchable, editable markdown text.

What is the best way to convert a research paper PDF into markdown?

Converting a research paper PDF into markdown is best handled by using the marker-pdf extraction method. It parses complex document layouts and outputs clean markdown text, preserving tables and equations for fast analysis.

Can I extract text from a PDF directly via a web URL?

Yes, you can extract text from a PDF directly via a web URL by utilizing the integrated web_extract feature. This fetches the online document and converts it into readable text without requiring local downloads.

Do I need to install pymupdf to parse text-based PDFs locally?

Yes, you need to install pymupdf locally to parse text-based PDFs. It provides lightweight, instant text extraction for digital PDFs, while marker-pdf is recommended specifically for scanned documents and complex layouts.

Does this text extraction tool work with Word files and PPTX presentations?

This text extraction tool works with Word files by using the optional python-docx dependency to parse DOCX content. For PPTX presentations, it redirects to a dedicated PowerPoint skill to handle the extraction.

What are the limitations of using pymupdf for document parsing?

The limitation of using pymupdf for document parsing is that it cannot extract text from image-based or scanned PDFs. Users needing OCR for complex layouts, tables, and equations must switch to the marker-pdf tool instead.