I need a reliable way for my Windows-based app to accept handwriting, turn it into clean text, and feed that text straight back into the existing editor view. Users will write with a stylus or finger; the strokes should be captured in real time, recognised accurately, and inserted exactly where the caret sits. You may tap into Windows Ink, InkRecognizer, or any other proven SDK so long as the installation remains lightweight and fully compatible with Windows 10 and 11. The current codebase is well-structured, so you will only be touching the input layer and the bridge that hands the recognised text to the document editor. Deliverables • A self-contained handwriting input module (source + compiled) • Integration hooks or wrapper for my main app • Clear setup instructions and a brief usage guide I’ll handle UI polishing once I see the module working; your focus is the capture-recognition-insertion workflow. Let me know which library or framework you plan to use and roughly how long the integration will take.