Questions tagged [ink-analyzer]
5 questions
2
votes
1 answer
How to use useLegacyV2RuntimeActivationPolicy with multiple projects?
i'm trying to include handwriting recognition capabilities as a library into a WPF .NET 4 Solution containing multiple projects. Therefore i wanted to use the IAWinFX.dll (tablet PC SDK 1.7) on Win7 x64 - but when running BackgroundAnalyze i get the…

hanneswurstes
- 273
- 3
- 9
1
vote
1 answer
Microsoft Ink InkAnalyzer "... is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)"
i am getting a "... is not a valid Win32 application. (Exception from
HRESULT: 0x800700C1)"
Exception with the following code, any suggestions how to fix it ?
InkAnalyzer analyzer = new InkAnalyzer(this.overlay.Ink,…

dknaack
- 60,192
- 27
- 155
- 202
1
vote
2 answers
InkAnalyzer UWP - custom shapes
Just wondering - is there a way to add custom shape recognition to UWP ink analyzer?
I need to be able to recognize a semi-circle, an arrow an couple of other simple shapes.
What is the best approach to solve this issue?

Nick Goloborodko
- 2,883
- 3
- 21
- 38
1
vote
0 answers
Can't find InkAnalyzer (IAWinFX.dll) in my system
I am working on a handwriting recognition application and want to use InkAnalyzer in it. I have seen an example on youtube which demonstrate the Microsoft Ink and InkAnalyzer. But the problem is I am not able to find the dll for InkAnalyzer…

Nikhil Gaur
- 1,280
- 3
- 19
- 40
0
votes
1 answer
How to get just the resulting strokes when erasing by point on InkCanvas?
I don't understand. Lets say I draw an "S" on an InkCanvas.
The OnStrokeCollected event will fire. Inside the OnStrokeCollected event, I send the stroke to an InkAnalyzer:
analyzer.AddStroke(e.Stroke)
Now I erase-by-point a center point of the…

Alan Wayne
- 5,122
- 10
- 52
- 95