ocr-and-documents

Extract text from PDFs, scanned documents, and images using OCR.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of extracting text from various file formats such as PDFs, scanned documents, images, and more, using OCR and document parsing tools.

Core Features & Use Cases

  • Text Extraction: Extract text from PDFs, scanned documents, images, and other file formats.
  • OCR Support: Use OCR for scanned documents to convert images to text.
  • Document Parsing: Extract tables, metadata, and other structured information from documents.
  • Use Case: Ideal for researchers, students, and professionals who need to extract text from documents for analysis or reference.

Quick Start

Use the ocr-and-documents skill to extract text from a scanned document 'document.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 using OCR?

OCR text extraction from scanned PDFs and images works by applying libraries like pymupdf and marker-pdf to recognize characters in image-based documents and convert them into editable text for research and digitization.

Can I extract tables and structured metadata from PDF documents?

Yes, you can extract tables and structured metadata from PDF documents. The document parsing functionality identifies structured information within files, making it suitable for data extraction and research analysis tasks.

Do I need to install pymupdf and marker-pdf to parse documents?

Yes, you need to install pymupdf, marker-pdf, and python-docx as dependencies. These libraries provide the core OCR and document parsing capabilities required to extract text from PDFs, scanned documents, and images.

What is the best way to digitize scanned documents for research analysis?

The best way to digitize scanned documents for research is using OCR and document parsing tools to extract text and tables. This approach converts physical or image-based documents into searchable digital text.

Does this document parsing approach work with python-docx files?

Yes, the document parsing approach works with python-docx files. The Skill supports text extraction from various file formats including PDFs, scanned documents, and images using the python-docx library for processing.