Skip to content

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

License

Notifications You must be signed in to change notification settings

davidpkj/zetget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published