I am trying to use text recognition with the WPF InkCanvas control on a Windows 8.1 computer with .Net 4.5.
Note: **WPF InkCanvas control Windows 8.1 **, not Windows Forms, nor Windows Apps!
According to the help it should be quite easy:
However when I get to this paragraph I get stuck.
Add a reference to the WPF Ink Analysis assemblies, IAWinFX.dll, IACore.dll, and IALoader.dll, which can be found in \Program Files\Reference Assemblies\Microsoft\Tablet PC\v1.7. Replace the contents of the code behind file with the following code.
I do not have these files on my computer. I tried on my Windows 7 Pro PC and can still not find them.
From searching stackoverflow and elsewhere it seems that other people have had similar issues, and there also seem to be several different versions of inking/handwriting recognition available. For instance it appears that putting it in a Windows 8 Store App should be quite easy. But my question is specifically about a WPF program with .NET 4.5 as per the MSDN documentation!
Please try the below sample for windows 8. https://code.msdn.microsoft.com/windowsapps/InkPen-sample-in-CSharp-189ce853/sourcecode?fileId=60841&pathId=233613099