for example, when I draw any Rectangle, Square, Trapezoid, or Quadrilateral it gives Parallelograms always.
Could you please provide guidance on what additional steps may be necessary to resolve this issue and support shapes effectively? Your assistance is greatly appreciated.
Thank You
Best Answer
E
Etienne.dauphin
said
8 months ago
You should revert to the documentation that explicit what are the differences between content type:
If you get the result parallelograms, that means the engine is correctly configured.
But you don't have the shapes you expected, can you provides with some jiix export with the shape recognition, and the input strokes, so we can see if the ink is correct.
Kumarutkarsh
Hi,
I am able to integrate using the sample application.
Now the text is being recognized. but when I draw the shape it does not give the results expected in this link.
https://developer.myscript.com/docs/interactive-ink/3.0/overview/diagram-features/
for example, when I draw any Rectangle, Square, Trapezoid, or Quadrilateral it gives Parallelograms always.
Could you please provide guidance on what additional steps may be necessary to resolve this issue and support shapes effectively?
Your assistance is greatly appreciated.
Thank You
You should revert to the documentation that explicit what are the differences between content type:
https://developer.myscript.com/docs/interactive-ink/3.0/overview/content-types/
I think you want to use the "raw content" part.
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstEtienne.dauphin
Hello Kumarutkarsh;
If you get the result parallelograms, that means the engine is correctly configured.
But you don't have the shapes you expected, can you provides with some jiix export with the shape recognition, and the input strokes, so we can see if the ink is correct.
Best regards,
Etienne (from MyScript)
Kumarutkarsh
Hello Etienne.dauphin,
Thank you for the response
The sample from this link https://github.com/MyScript/interactive-ink-examples-wpf behaves the same as our Myscript integrated Application (check the images attached)
But I observed that when I changed Type to Diagram in the sample code shapes were being captured as shown below
So my question is it possible to have both these Modes at the same time?Thank you.
Etienne.dauphin
You should revert to the documentation that explicit what are the differences between content type:
https://developer.myscript.com/docs/interactive-ink/3.0/overview/content-types/
I think you want to use the "raw content" part.