Skip to content

Commit

Permalink
update to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoSeason committed Apr 20, 2021
1 parent b2a342f commit 64f724c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion package.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Signature Detection

A simple tool to detect if there is **a signature** in **an image** or **a PDF file**.
A simple tool to detect if there are **signatures** in **an image** or **a PDF file**.

The full documentation is presented at the [Github Repository](https://github.com/EnzoSeason/signature_detection).

## Extra Dependencies

This tool uses `Wand` to convert a PDF file into images.

`Wand` is a ctypes-based simple `ImageMagick` binding for Python. You may need to install `ImageMagick` on your local machine.

More details are available [here](https://docs.wand-py.org/en/0.6.6/).

## Usage

Signature_detect contains 4 classes.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="signature-detect",
version="0.1.1",
version="0.1.2",
url="https://github.com/EnzoSeason/signature_detection",
author="Jijie LIU",
author_email="[email protected]",
Expand Down

0 comments on commit 64f724c

Please sign in to comment.