Skip to content

Commit 1526dfc

Browse files
Modified number_plate.py
1 parent f450e1f commit 1526dfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Num-Plate-Detector/number_plate.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
image = imutils.resize(image, width=500)
1313

14+
pytesseract.pytesseract.tesseract_cmd = input("Enter the path of tesseract in your local system : ")
15+
1416
# displaying it
1517
cv2.imshow("Original Image", image)
1618

0 commit comments

Comments
 (0)