We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f450e1f commit 1526dfcCopy full SHA for 1526dfc
Num-Plate-Detector/number_plate.py
@@ -11,6 +11,8 @@
11
12
image = imutils.resize(image, width=500)
13
14
+pytesseract.pytesseract.tesseract_cmd = input("Enter the path of tesseract in your local system : ")
15
+
16
# displaying it
17
cv2.imshow("Original Image", image)
18
0 commit comments