From ed7d11e7e4428f5497d9bddeafc594b9169e04b7 Mon Sep 17 00:00:00 2001 From: Andrew Campbell Date: Tue, 11 Jul 2017 13:57:51 -0700 Subject: [PATCH] Update readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40828ab..a28d944 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ This project makes use of the transform and imutils modules from pyimagesearch ( * The scanner can also process an entire directory of images automatically and save the output in an output directory: ![Image Directory of images to be processed](https://github.com/andrewdcampbell/doc_scanner/blob/master/before_after.gif) +#### Here are some examples of images before and after scan: + + + + + + + + ### Usage ``` @@ -21,9 +30,9 @@ python scan.py (--images | --image ) [-i] ``` * For example, to scan a single image with interactive mode: ``` -python scan.py --image images/page.jpg -i +python scan.py --image sample_images/desk.JPG -i ``` * To scan all images in a directory automatically: ``` -python scan.py --images images +python scan.py --images sample_images ``` \ No newline at end of file