There was an idea to write a program in which you need to recognize the text from the camera. Tell me, please, what are the text recognition libraries (OCR)? I found so far only ARToolkit . But I do not know how suitable it is for my task. Wouldn't it be a cannon shooting at sparrows? There is also OpenCV, but I don’t know how to interact with this library from C # .NET.
1 answer
Taki again have to answer yourself.
The Windows API has a Windows.Media.Ocr namespace for text recognition: https://msdn.microsoft.com/en-us/library/windows/apps/windows.media.ocr#
|