Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 623 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 623 Bytes

About

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.

Build

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)

Usage

The standard usage is:

zetget [input-path] [output-path]