KhomZ / Automatic-Number-Plate-Recognition-with-SMS-Alert

Automatic Nepali Number Plate Recognition with Sms Reporting System x Real Time Machine Learning Approach on Traffic Congestion Prediction System in Internet of Vehicles
MIT License
1 stars 0 forks source link

TesseractNotFoundError: tesseract is not installed or it's not in your PATH. See README file for more information. #24

Open KhomZ opened 2 years ago

KhomZ commented 2 years ago

extract=pt.image_to_string(roi) Traceback (most recent call last):

File ~\anaconda3\lib\site-packages\pytesseract\pytesseract.py:254 in run_tesseract proc = subprocess.Popen(cmd_args, **subprocess_args())

File ~\anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py:108 in init super(SubprocessPopen, self).init(*args, **kwargs)

File ~\anaconda3\lib\subprocess.py:951 in init self._execute_child(args, executable, preexec_fn, close_fds,

File ~\anaconda3\lib\subprocess.py:1420 in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args,

FileNotFoundError: [WinError 2] The system cannot find the file specified

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

Input In [33] in <cell line: 1> extract=pt.image_to_string(roi)

File ~\anaconda3\lib\site-packages\pytesseract\pytesseract.py:416 in image_to_string return {

File ~\anaconda3\lib\site-packages\pytesseract\pytesseract.py:419 in Output.STRING: lambda: run_and_get_output(*args),

File ~\anaconda3\lib\site-packages\pytesseract\pytesseract.py:286 in run_and_get_output run_tesseract(**kwargs)

File ~\anaconda3\lib\site-packages\pytesseract\pytesseract.py:258 in run_tesseract raise TesseractNotFoundError()

TesseractNotFoundError: tesseract is not installed or it's not in your PATH. See README file for more information.

KhomZ commented 2 years ago

https://stackoverflow.com/questions/50951955/pytesseract-tesseractnotfound-error-tesseract-is-not-installed-or-its-not-i