Vikas01 commited on
Commit
ccf2576
·
1 Parent(s): 7755b57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ if img_file_buffer is not None:
48
  st.image(image_with_contours, caption="Image with detected license plate")
49
 
50
  # Configuration for tesseract
51
- tesseract_path = os.path.abspath("Number_Plate_Recognition/tree/main/tessract/tesseract.exe")
52
  pytesseract.pytesseract.tesseract_cmd = tesseract_path
53
 
54
  # Run tesseract OCR on the cropped image
 
48
  st.image(image_with_contours, caption="Image with detected license plate")
49
 
50
  # Configuration for tesseract
51
+ tesseract_path = os.path.abspath("tessract/tesseract.exe")
52
  pytesseract.pytesseract.tesseract_cmd = tesseract_path
53
 
54
  # Run tesseract OCR on the cropped image