Business-friendly open-source OCR pipeline that turns scanned PDFs and images into fully searchable, MRC-compressed PDFs — no Python, no Ghostscript, no cloud.
# Clone, bootstrap, run — no admin rights needed git clone https://github.com/msmarkgu/TrulyFreeOCR.git cd TrulyFreeOCR ./bootstrap.sh ./run.sh scan.pdf -o output.pdf ✓ OCR complete ✓ MRC compressed: 1.9 MB → 474 KB ✓ Searchable PDF output
bootstrap.sh. All deps (JDK, Gradle, Tesseract, jbig2enc) install locally. No sudo, no Python, no Docker.
Input: Any PDF or image (PNG/JPEG/TIFF/BMP/GIF)
Output: Fully searchable, MRC-compressed PDF (Mixed Raster Content)