ocr-and-documents

Convert PDFs, scanned documents, and images into searchable text via OCR.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/blueskies1818/hermesALIone --skill ocr-and-documents-blueskies1818
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ocr-and-documents
Source: https://github.com/blueskies1818/hermesALIone/tree/main/Agent/skills/productivity/ocr-and-documents
Command: npx skills add https://github.com/blueskies1818/hermesALIone --skill ocr-and-documents-blueskies1818

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill resolves the issue of converting visual content, such as PDFs, scanned documents, and images, into editable and searchable text, making it easier to manage and manipulate the information contained within.

Core Features & Use Cases

  • PDF Text Extraction: Extracts text from PDFs for easier reading and manipulation.
  • OCR for Scanned Docs: Converts images and scanned documents into editable text.
  • Image Text Extraction: Extracts text from images to convert them into usable formats.
  • Use Case: Quickly transform a complex report stored as a scanned PDF into a digital document, making it fully searchable and modifiable.

Quick Start

Run the ocr-and-documents skill on your scanned document using: ocr-and-documents myscandoc.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 scanned PDFs and images?

To extract text from scanned PDFs and images, this skill uses OCR (Optical Character Recognition) to convert visual content into searchable and editable text. It requires pymupdf for straightforward extraction or marker-pdf for enhanced OCR.

Can I use pymupdf for text extraction from standard PDFs?

Yes, you can use pymupdf for straightforward text extraction from standard PDFs. For scanned documents and images requiring OCR, marker-pdf provides enhanced functionality with additional model downloads.

What is the best way to convert a scanned report into a digital document?

The best way to convert a scanned report into a digital document is using OCR to transform visual content into fully searchable and modifiable text. This skill handles diverse file types like PDFs and images for information retrieval.

Do I need marker-pdf for OCR on scanned documents?

Yes, you need marker-pdf for enhanced OCR functionality on scanned documents and images, which requires additional model downloads. pymupdf is sufficient only for straightforward text extraction from native PDFs.

Does this OCR tool support python-docx for output?

This OCR tool processes visual content into editable text and lists python-docx as a dependency, indicating support for generating or manipulating Word documents within the document-heavy workflow.