ocr-and-documents

Extract text from PDFs and scanned documents using OCR.

23|4|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/NeoLabs-Systems/NeoAgent --skill ocr-and-documents-neolabs-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ocr-and-documents
Source: https://github.com/NeoLabs-Systems/NeoAgent/tree/main/server/catalog_sources/store-bundles/skills/productivity/ocr-and-documents
Command: npx skills add https://github.com/NeoLabs-Systems/NeoAgent --skill ocr-and-documents-neolabs-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of extracting text from PDFs and scanned documents, enabling users to quickly access and utilize the information within.

Core Features & Use Cases

  • Text Extraction from PDFs: Automatically convert PDFs into editable text.
  • OCR for Scanned Documents: Extract text from scanned documents using OCR technology.
  • Use Case: With this Skill, you can convert a complex PDF or scanned document into a format that is easily readable and editable, such as Markdown or JSON.

Quick Start

Extract text from a scanned document 'scanned_contract.pdf' using the ocr-and-documents skill.

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 PDF documents?

To extract text from scanned PDFs, this Skill applies OCR technology alongside document parsing libraries like pymupdf and marker-pdf to digitize content and convert it into editable text formats.

Can I convert a PDF into Markdown or JSON format?

Yes, you can convert PDFs into Markdown or JSON. The Skill processes document content through text extraction and OCR, outputting structured files that are easily readable and editable for downstream use.

Does this OCR tool work with Python libraries like python-docx and python-pptx?

Yes, it works with python-docx and python-pptx. These dependencies enable the Skill to parse and extract text from Word and PowerPoint files, complementing its core PDF and OCR extraction capabilities.

What's the best way to digitize paper documents into editable text?

The best way to digitize paper documents is using OCR and document parsing tools. This Skill automates that process, scanning physical copies and extracting the text into digital, editable formats like Markdown.

Why does my PDF text extraction return incomplete or missing results?

PDF text extraction may return incomplete results if the document is a scanned image without OCR processing. This Skill addresses that by applying OCR to scanned documents, ensuring text is recognized and extracted.

Do I need to install pymupdf and marker-pdf to extract text from PDFs?

Yes, pymupdf and marker-pdf are required dependencies. They provide the underlying document parsing and OCR functionality needed to extract text from PDFs and scanned documents accurately.