I'm trying to extract the text from image using pytesseract. But I'm getting incorrect text. suppose when I try to read the following image,
A = pytesseract.image_to_string(Image.open('A.png'),config='-psm 6',lang = 'eng')
output is:
Shoofing
I mentioned the language 'English' but still getting unknown characters like "fi"
Though I mentioned lang= 'eng', it is giving latin characters.
"fi"
Name : Latin Small Ligature Fi
Unicode number
U+FB01