Skip to content

Commit 412fbd2

Browse files
Update README.md
1 parent ed7d11e commit 412fbd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ This project makes use of the transform and imutils modules from pyimagesearch (
2828
```
2929
python scan.py (--images <IMG_DIR> | --image <IMG_PATH>) [-i]
3030
```
31-
* For example, to scan a single image with interactive mode:
31+
* 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:
3232
```
3333
python scan.py --image sample_images/desk.JPG -i
3434
```
35-
* To scan all images in a directory automatically:
35+
* Alternatively, to scan all images in a directory without any input:
3636
```
3737
python scan.py --images sample_images
38-
```
38+
```

0 commit comments

Comments
 (0)