When I try to recognize text in an image, for example, the Italian word "Perchè", the Vision API will return the word "Perche" (return "e", not the correct "è").
I do not want to use languageHints to try to get the best results, because I have to do OCR recognition in different languages.
What is the problem?
source
share