У меня выдает кучу ошибок:
Traceback (most recent call last):
File "C:\Users\lukin\AppData\Local\Programs\Thonny\lib\site-packages\pytesseract\pytesseract.py", line 250, in run_tesseract
proc = subprocess.Popen(cmd_args, **subprocess_args())
File "C:\Users\lukin\AppData\Local\Programs\Thonny\lib\subprocess.py", line 800, in __init__
restore_signals, start_new_session)
File "C:\Users\lukin\AppData\Local\Programs\Thonny\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] Не удается найти указанный файл
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\lukin\Desktop\Картинки капча\pythontext.py", line 4, in
myText = image_to_string(Image.open("1.jfif"))
File "C:\Users\lukin\AppData\Local\Programs\Thonny\lib\site-packages\pytesseract\pytesseract.py", line 374, in image_to_string
}[output_type]()
File "C:\Users\lukin\AppData\Local\Programs\Thonny\lib\site-packages\pytesseract\pytesseract.py", line 373, in
Output.STRING: lambda: run_and_get_output(*args),
File "C:\Users\lukin\AppData\Local\Programs\Thonny\lib\site-packages\pytesseract\pytesseract.py", line 282, in run_and_get_output
run_tesseract(**kwargs)
File "C:\Users\lukin\AppData\Local\Programs\Thonny\lib\site-packages\pytesseract\pytesseract.py", line 254, in run_tesseract
raise TesseractNotFoundError()
pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your PATH. See README file for more information.