Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

A program to turn a picture of a document into a PDF (without text recognition).

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages