I think pytesseract cant read my image because of close letters.
img = Image.open('test2.png')
text = pytesseract.image_to_string(img)
print(text)
with open('file.txt', mode = 'w') as f:
f.write(text))
--
You received this message because you are subscribed to the Google Groups
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tesseract-ocr/2247dec4-8c66-4ecd-afc9-c4fea8bd86fb%40googlegroups.com.