ниже - мой код
im=Image.open("/root/ppm_to_jpg/6e196d3b-adec-45ab-b036-5833f96f1bc0-2.jpg")
pytesseract.pytesseract.tesseract_cmd = r'/usr/local/bin/pytesseract'
text=pytesseract.image_to_string(im,lang="eng")
print (text)
Я получаю ошибку как TesseractError: (2, 'Использование: pytesseract [-l lang] input_file'), даже если у меня есть настроить pytesseract.pytesseract.tesseract_cmd = r '/ usr / local / bin / pytesseract
Может кто-нибудь, пожалуйста, подскажите мне, что мне делать