OCR and Documents

Extracts searchable text from scanned and image-heavy documents via OCR processing.

577|62|Updated May 15, 2026
One-click install
npx skills add https://github.com/agentic-in/elephant-agent --skill ocr-and-documents-agentic-in
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: OCR and Documents
Source: https://github.com/agentic-in/elephant-agent/tree/main/packages/skills/builtin_packages/productivity/ocr-and-documents
Command: npx skills add https://github.com/agentic-in/elephant-agent --skill ocr-and-documents-agentic-in

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OCR and Documents solves the problem of non-machine-readable documents by converting images and scans into searchable text, enabling downstream processing, indexing, and analysis.

Core Features & Use Cases

  • OCR-based text extraction from images and scans.
  • Preservation of layout, tables, and headings where possible.
  • Confidence-aware results with flags for low confidence.
  • Use Case: archive paper documents, digitize invoices, extract contracts.

Quick Start

Provide a scanned document or image-heavy file to the OCR and Documents skill to obtain extractable text.

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 documents for downstream analysis?▼

To extract text from scanned documents, you need OCR processing to convert images to text. This skill handles non-machine-readable files like invoices and contracts, preserving page order, tables, and headings where possible to enable indexing and analysis.

Does OCR preserve tables and headings when converting image-heavy files to text?▼

Yes, OCR preserves layout, tables, and headings where possible during text extraction. It processes image-heavy files while maintaining the document's structural integrity and page order for accurate downstream processing.

What is the best way to digitize archival records and paper documents?▼

The best way to digitize archival records is using OCR to convert scanned images into searchable text. This skill applies confidence-aware processing to avoid fabricating unreadable text, ensuring accurate extraction for archival workflows.

How does confidence-aware text extraction handle unreadable text in scanned images?▼

Confidence-aware text extraction flags low-confidence results instead of fabricating unreadable text. This ensures data integrity when processing scanned documents, providing transparent indicators for sections that require manual review.

Can I use OCR for data ingestion from non-machine-readable contracts and forms?▼

Yes, you can use OCR for data ingestion from non-machine-readable contracts and forms. It converts image-based source documents into searchable text, enabling automated workflows and downstream processing for legal and administrative data.

What are the limitations of OCR when processing image-heavy documents?▼

OCR limitations include potential inability to accurately read heavily degraded or unreadable text. The skill avoids fabricating illegible characters and instead flags low-confidence areas, requiring manual verification for poorly scanned source documents.