ocr-and-documents

Extract text from PDFs and scanned documents using OCR.

5|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/lengoctuong2005/Branding-Focused-Skills --skill ocr-and-documents-lengoctuong2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ocr-and-documents
Source: https://github.com/lengoctuong2005/Branding-Focused-Skills/tree/main/antigravity/skills/hermes-collection/productivity/ocr-and-documents
Command: npx skills add https://github.com/lengoctuong2005/Branding-Focused-Skills --skill ocr-and-documents-lengoctuong2005

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of converting non-editable documents, such as PDFs and scanned images, into editable text, enabling users to easily access and manipulate the content.

Core Features & Use Cases

  • OCR for PDFs and Scans: Extract text from PDFs, scanned documents, and images using OCR (Optical Character Recognition).
  • Document Parsing: Convert text into various formats, such as Markdown or JSON, for easy use in different applications.
  • Use Case: Convert a stack of receipts into a single CSV file for expense tracking.

Quick Start

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

To extract text from a scanned PDF, OCR technology recognizes text characters within images. This Skill uses pymupdf and marker-pdf to digitize paper documents and scans, converting non-editable files into accessible and manipulable text.

Can I convert scanned receipts into a CSV file for expense tracking?

Yes, you can convert a stack of scanned receipts into a single CSV file for expense tracking. The Skill performs document parsing to transform extracted receipt text into structured formats like Markdown or JSON for automated workflows.

Does this OCR tool support converting PDFs to Markdown or JSON?

Yes, this OCR tool supports converting PDFs to Markdown or JSON through document parsing. It extracts recognized text from non-editable documents and outputs the content into these structured formats for easy use in various applications.

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

Yes, you need pymupdf and marker-pdf to extract text from PDFs using this Skill. These libraries are required dependencies for performing text recognition and layout analysis during the document conversion process.

What is the best way to digitize paper documents for automated workflows?

The best way to digitize paper documents for automated workflows is using OCR to extract text from scans and PDFs. This Skill converts non-editable files into editable text or structured formats like Markdown and JSON, enabling automated processing.