Questions tagged [inkml]

Regarding the W3C InkML specification for Ink markup.

Source for InkML: http://www.w3.org/TR/InkML/

8 questions
3
votes
1 answer

Convert stroke data to SCG Ink format

I'd like to use Seshat—a handwritten math expression parser—for a project I'm working on, but I'm having some trouble understanding how to provide the program its proper input, an InkML or SCG Ink file. I've taken a long look at an online example…
3
votes
1 answer

can't compile a W3C-provided XSD schema; can't resolve "id"?

I'm playing around with an XML schema and trying to produce a simple valid document that uses it. The schema XSD is provided by the W3C, so I can't imagine anything's actually wrong with it. But xmllint on the command line as well as any number of…
Ben Zotto
  • 70,108
  • 23
  • 141
  • 204
1
vote
1 answer

How to convert inkml file to an image format

I have dataset consist of inkml files of handwritten texts. I want to convert it to a usable image format to train a CNN. python script would be helpful. I found a method given below is the source code def…
0
votes
0 answers

how to convert InkML file to png or jpg in python?

I am trying to make a CNN model for OCR using handwritten notes, the dataset contains files in InkML format, I searched on the web but could not find any proper documentation on this. Please let me know how to convert the InkML files to png so that…
swapnil agashe
  • 69
  • 1
  • 12
0
votes
1 answer

if want to modify how the ink handwriting in a page should be implemented

C# OneNote API, if want to modify how the ink handwriting in a page should be implemented, now the official advance PATCH only supports JSON format data and can only modify the content in HTML, but there is no explanation for the modification of…
Values
  • 227
  • 2
  • 10
0
votes
1 answer

The onenote API handwriting image overlay?

I use C# to call OneNote API, and I have the following problem: After submitting a picture and InkML data, the picture will cover handwriting. There is no way to freely specify the overlap of pictures and handwriting. How can this be achieved. This…
Values
  • 227
  • 2
  • 10
0
votes
1 answer

Parse image to SESHAT tool?

I am trying to create a simple tool that uses this website's functionality http://cat.prhlt.upv.es/mer/ which parses some strokes of text to a math formula. I noticed that they mention that it converts the input to InkML or MathML. Now I noticed…
SimplyKiwi
  • 12,376
  • 22
  • 105
  • 191
-1
votes
1 answer

How to read InkML file to image or text using C#

I am trying to read handwritten text in onenote from the APIs provided by microsoft. I am able to get the handwritten text from onenote as inkML. Unfortunately I am unable to read from the inkML to image/text.Please suggest some solutions or links…