I have got a weird problem. I'm getting text from Google cloud vision containing non English characters but they are actually English characters. It is a mistake from Google cloud vision OCR.
I'm getting a character like this : Héllo
Notice that é is non English character.
I want to convert into simple "Hello"
so I can process this word.
I'm not looking for the programming answer. I'm just looking for ways to do this.
Any hint would be useful.
Thanks!