2

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 "" enter image description here

Though I mentioned lang= 'eng', it is giving latin characters.

"fi"

Name : Latin Small Ligature Fi Unicode number
U+FB01

Nishanth Duvva
  • 665
  • 8
  • 18

0 Answers0