ocr-and-documents

Convert PDFs and scanned documents to text using OCR.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/FlyFireF/PersonalAgentAPP --skill ocr-and-documents-flyfiref
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ocr-and-documents
Source: https://github.com/FlyFireF/PersonalAgentAPP/tree/main/growth-companion/skills/productivity/ocr-and-documents
Command: npx skills add https://github.com/FlyFireF/PersonalAgentAPP --skill ocr-and-documents-flyfiref

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pymupdf, marker-pdf, python-docx, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of manually transcribing text from PDFs and scanned documents, saving time and reducing errors.

Core Features & Use Cases

  • PDF to Text Extraction: Automatically convert PDFs into editable text.
  • OCR for Scanned Documents: Extract text from images of scanned documents using OCR technology.
  • Markdown Conversion: Convert PDFs to Markdown for easy formatting and sharing.
  • Use Case: Need to extract text from a PDF of a research paper or a scanned document? Use this Skill to quickly convert them to text.

Quick Start

Use the ocr-and-documents skill to extract text from the attached PDF 'research-paper.pdf'.

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 for research papers?

You can extract text from a scanned PDF by using this Skill's OCR technology to convert document images into editable text. It processes research papers using pymupdf and marker-pdf to output text for analysis.

Can I convert PDF documents to Markdown for easier formatting?

Yes, you can convert PDFs to Markdown. This Skill provides markdown conversion features that transform extracted text into easily shareable Markdown files for documentation workflows.

Does PDF text extraction work with Python libraries like pymupdf and marker-pdf?

Yes, PDF text extraction works by requiring Python libraries like pymupdf and marker-pdf. These dependencies enable the Skill to process PDF files and scanned documents, automatically converting them into editable text.

What is the best way to automate data entry from scanned documents?

The best way to automate data entry from scanned documents is using OCR text extraction. This Skill converts scans into editable text, reducing manual transcription errors and saving time for data entry workflows.

Do I need python-docx to manipulate documents after OCR processing?

Yes, you need python-docx for basic document manipulation after OCR processing. This Skill uses the python-docx dependency alongside pymupdf and marker-pdf to provide tools for text extraction and document handling.