What problem does it solve?
OCR can be slow and error-prone when handling diverse documents, languages, and formats. This skill provides a unified, offline OCR workflow that lets you choose among multiple open-source backends (PaddleOCR, EasyOCR, Tesseract) and the handwriting-focused TrOCR to extract text and structure from images and PDFs with consistent output.
Core Features & Use Cases
- Multimodel backends: select PaddleOCR for structured layouts, EasyOCR for quick reads, Tesseract for broad language coverage, and TrOCR for handwriting.
- Structured layout and table extraction: identify headers, paragraphs, and tables to produce usable JSON or CSV outputs.
- Handwriting transcription: transform handwritten notes into editable text with line-level accuracy.
- Multilingual support: handle documents containing multiple languages and scripts in one workflow.
- Output flexibility: produce plain text, JSON blocks, TSV, or CSV for downstream pipelines.
Quick Start
Install the required backends with the install command and then run the extract or layout commands to process your documents.