From 412fbd2ffcdc190c37c1d97c3b7fa0cc904d8d96 Mon Sep 17 00:00:00 2001 From: Andrew Campbell Date: Tue, 11 Jul 2017 23:37:25 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a28d944..9ce8d29 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ This project makes use of the transform and imutils modules from pyimagesearch ( ``` python scan.py (--images | --image ) [-i] ``` -* For example, to scan a single image with interactive mode: +* The `-i` flag enables interactive mode, where you will be prompted to click and drag the corners of the document. For example, to scan a single image with interactive mode enabled: ``` python scan.py --image sample_images/desk.JPG -i ``` -* To scan all images in a directory automatically: +* Alternatively, to scan all images in a directory without any input: ``` python scan.py --images sample_images -``` \ No newline at end of file +```