Skip to content

Commit 1dfad52

Browse files
Merge pull request AdityaPai2398#4 from kj5699/master
Update Scanner.py
2 parents 8da1ddf + bcf49ba commit 1dfad52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Scanner.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535

3636

3737
cv2.imshow("Scanned",dst)
38+
# press q or Esc to close
39+
cv2.waitKey(0)
40+
cv2.destroyAllWindows()
3841

3942

4043

0 commit comments

Comments
 (0)