@dkyazzentwatwa/ocr-document-processor

Extract text and structure from scans, images, and scanned PDFs. Use for OCR, searchable PDFs, table extraction, receipt parsing, and business card parsing.

View in AI SkillSafe app
132 downloads
0 stars
0 demos
SKILL.md
nameocr-document-processor
descriptionExtract text and structure from scans, images, and scanned PDFs. Use for OCR, searchable PDFs, table extraction, receipt parsing, and business card parsing.

OCR Document Processor

Handle OCR-heavy inputs where text must be recovered from images or scanned pages.

Use This For

  • OCR on images and scanned PDFs
  • Searchable PDF export
  • Structured extraction to text, markdown, JSON, or HTML
  • Table extraction from scanned material
  • Receipt parsing and business card parsing

Workflow

  1. Decide whether plain OCR, structured extraction, or document-specific parsing is needed.
  2. Preprocess noisy inputs before extraction when skew, blur, or shadows are present.
  3. Use scripts/ocr_processor.py for core OCR tasks.
  4. Use the focused helpers when the input is specialized:
    • scripts/business_card_scanner.py
    • scripts/receipt_scanner.py
  5. Return confidence caveats when the source is low quality, rotated, handwritten, or multilingual.

Guardrails

  • Prefer explicit language selection when accuracy matters.
  • Do not claim fields are exact when OCR confidence is weak.
  • Route non-scanned digital PDFs to document-converter-suite instead of OCR by default.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@dkyazzentwatwa/ocr-document-processor/verified)](https://skillsafe.ai/skill/@dkyazzentwatwa/ocr-document-processor/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@dkyazzentwatwa/ocr-document-processor/installs)](https://skillsafe.ai/skill/@dkyazzentwatwa/ocr-document-processor/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@dkyazzentwatwa/ocr-document-processor/scan)](https://skillsafe.ai/skill/@dkyazzentwatwa/ocr-document-processor/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@dkyazzentwatwa/ocr-document-processor/eval)](https://skillsafe.ai/skill/@dkyazzentwatwa/ocr-document-processor/)