You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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:
32
32
```
33
33
python scan.py --image sample_images/desk.JPG -i
34
34
```
35
-
*To scan all images in a directory automatically:
35
+
*Alternatively, to scan all images in a directory without any input:
0 commit comments