Make any scan searchable - locally, no Python, no Ghostscript, no upload

TL;DR AI
2 min readKey summary
DeepOCR is a standalone Rust CLI that turns scanned PDFs and images into searchable PDFs on-device.
It works fully offline with an embedded OCR model and can also output sidecar text files.
The tool supports batch processing, deskewing, rotation, and image optimization.
It avoids Python, Tesseract, Ghostscript, and file uploads, reducing setup friction.
This makes it a privacy-preserving OCR option for sensitive documents.
