0

I have recently started to use the Microsoft OCR Library for loading text from images. And I have a question. Is it possible to automatically detect the language of the picture? Or I need set all possible languages by myself?

woland
  • 157
  • 2
  • 12

1 Answers1

1

AFAIK,MS OCR lib cannot detect the language of image/pic. If you need the languages compatibility, you can include all language that your app support in the OCR resource file.

Raymond Zuo
  • 173
  • 8