What problem does it solve? Scanned documents, screenshots, and image-based PDFs contain text that cannot be copied or searched directly, forcing manual retyping. This Skill converts those images into machine-readable text using Tesseract OCR. ## Core Features & Use Cases - Image OCR: Extract text from PNG, JPG, TIFF, and other image formats with a single Tesseract command. - Image Preprocessing: Improve accuracy on low-quality scans using ImageMagick resizing, grayscale conversion, and sharpening. - PDF Conversion: Convert image-based PDFs to page images with Ghostscript/ImageMagick and OCR each page into a combined text file. - Multi-language Support: Recognize text in multiple languages by installing Tesseract language packs (e.g., French, German, Spanish). - Use Case: You receive a scanned contract as a PDF. Use this Skill to convert each page to an image, run OCR, and save the full extracted text to a file for review. ## Quick Start Extract all text from the scanned document at /path/to/scan.pdf and save it to a text file.