Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /