Im trying to get pytesseract to get the positions of each number. However, it doesn't seem to work on this image, but it does on the original uncropped image. I've tried using psm-13 config but it still doesn't detect anything
d = pytesseract.image_to_string(Image.open('page2crop.jpg'))
print(d)