I get this image:
And this is how I feed it to Tesseract OCR
text = pytesseract.image_to_string(img, lang=\'eng\')
But the text is empty.