The program itself (zetget) is designed to turn a saved or captures image into a PDF without any text recognition. The software is also accessible as a dynamic library (libzetget) to be used in other software.
This software uses OpenCV and ImageMagick.
The following instructions work for Unix systems.
Clone and enter the repo
git clone https://github.com/davidpkj/zetget && cd zetget
Create and enter the build environment
mkdir build && cd build
Build it
cmake .. && make -j $(nproc)
The standard usage is:
zetget [input-path] [output-path]