2

I need OCR component for InkCanvas control in WPF so I can recognize characters and replaced hand writing one with good one from OCR ?

kartal
  • 17,436
  • 34
  • 100
  • 145
  • possible duplicate of [I need a good OCR](http://stackoverflow.com/questions/4641173/i-need-a-good-ocr) – Dan J Apr 11 '11 at 22:20

1 Answers1

2

Microsoft has 2 dll for analyzing hand writing in InkCanvas "IAWinFX.dll" and "Microsoft.Ink.Analysis" and there is an open source example

http://khason.net/blog/ink-recognition-in-wpf/

kartal
  • 17,436
  • 34
  • 100
  • 145