load an image file into memory with api ifstream(filename,ios_base::binary) then call AddImageFileFromMemory(buff,buff_length,0,PrepareImageMode,0,0) the question is that: if the content of the file is english,the recognized text is correct; if the content of the file is Chinese,the recognized text is messy code
recognized text is messy code
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
Please check if you have set the corresponding recognition language (ChinesePRC or ChineseTaiwan)? By default the value for the TextLanguage property of the RecognizerParams object is initialized with English language.
サインインしてコメントを残してください。