Create small, searchable PDFs from scanned documents. The program divides images into bitonal foreground images (text) and a color background image, then compresses them separately. An invisible OCR text layer is added, making the PDF searchable.
Color and grayscale scans need some preparation for good results. Recommended tools are Scan Tailor or GIMP.
A GUI and command line interface are included.
- Snap Store
- Manual:
- Dependencies: ImageMagick, QPDF, jbig2enc, Tesseract
- Install library and CLI:
pip3 install .
- Install GUI:
meson builddir && meson install -C builddir
We're using Weblate to translate the UI. So feel free, to contribute translations over there.