I'm using npm node-cloud-vision-api
API correctly detects language of the document but the results characters are returned in western character subset not corresponding to a locale. I assume they should be returned in UTF-8 characters but all the locale specific characters are mapped into basic western character subset.
For example:
Wartosc
is return insted of Wartość
How to instruct the API to return correct UTF-8 characters?