Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add LateX/Math to Windows 10 Ink API?

From highlights of Microsoft Build 2016, I saw Microsoft was pushing its new Ink API.

  • What exactly are the new additions?
  • Can Ink
    • Understand handwriting and digitize it?
    • Understand Math/Equations and digitize it (ie Latex)?
  • Are there any other APIs that can do this for UWP or Unity?
  • How would I go about creating one myself?

Jeans link refers to custom recognition. Is this what I'm looking for? I feel like there should be an option to add symbols to the lookup dictionary.

like image 870
Seth Kitchen Avatar asked Apr 07 '16 00:04

Seth Kitchen


1 Answers

Yes for the first point, you can convert ink strokes to text using handwriting recognition.

Recognize ink strokes

For math and equations, didn't see any default Recognizer at the moment.

like image 83
Jean-Sébastien Dupuy Avatar answered Oct 04 '22 14:10

Jean-Sébastien Dupuy