logo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions

Updated 2 years ago

fzliu

Pipeline: sign-and-scan

Overview

Sign and scan a PDF file without actually having to print out the PDF (or scan it).

How to use

  1. Prerequisites

If you're on Debian (Ubuntu) Linux:

$ apt install imagemagick
$ pip3 install towhee

If you're on MacOS:

% brew install imagemagick
% pip3 install towhee
  1. Run it
>>> from towhee import pipeline
>>> p = pipeline('fzliu/sign-and-scan')
>>> p('/path/to/lease.pdf', '/path/to/output.pdf', '/path/to/signature/file.jpg', x_offset, y_offset)

Enjoy!

Frank Liu 58248f6618 Add pipeline files 2 Commits
file-icon .gitignore
3.0 KiB
download-icon
Add pipeline files 2 years ago
file-icon README.md
548 B
download-icon
Add pipeline files 2 years ago
file-icon sign_and_scan.yaml
4.2 KiB
download-icon
Add pipeline files 2 years ago