import pytesseract from PIL import Image value=Image.open("v.jpg") text = pytesseract.image_to_string(value, lang="eng") print(text)
Но я не получаю вывода из OCR