Tagged Questions

2
votes
1answer
250 views

I need OCR for WPF

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

WPF InkCanvas - how to determine if it has been “signed”

I'm using a WPF InkCanvas control to capture signatures in a Tablet PC application. One of my requirements is to validate whether or not the application has really been "signed". Right now I'm doing ...