Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdcampbell authored Jul 12, 2017
1 parent ed7d11e commit 412fbd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ This project makes use of the transform and imutils modules from pyimagesearch (
```
python scan.py (--images <IMG_DIR> | --image <IMG_PATH>) [-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
```
```

0 comments on commit 412fbd2

Please sign in to comment.