vosk-api icon indicating copy to clipboard operation
vosk-api copied to clipboard

Unable to Recognize Characters Properly in JAVA Vosk { "text" : "�?�?��?�?�� �?�?���?���?�?" }

Open tegaatm opened this issue 1 month ago • 1 comments

I've encountered an issue where characters are not being recognized properly in JAVA Vosk. Despite providing valid input, the output seems to be garbled or incorrect. This impacts the usability and reliability of the application. { "text" : "�?�?��?�?�� �?�?���?���?�?" } image

tegaatm avatar May 06 '24 20:05 tegaatm

You have to set the codepage or you can redirect output to a file.

https://superuser.com/questions/269818/change-default-code-page-of-windows-console-to-utf-8

nshmyrev avatar May 07 '24 20:05 nshmyrev

Same as https://github.com/alphacep/vosk-api/issues/1449 actually

nshmyrev avatar May 20 '24 11:05 nshmyrev