Hi, I'm developing a web service with MyScript v4.
From the API reference and examples, I was able to save my handwriting as a JIIX.
Then, how can I load the JIIX data into MyScript Editor?
editor.importContent({x:0,y:0},jiixdata,"application/vnd.myscript.jiix") doesn't work for me (Editor.js:155 Error while firing the recognition {type: "error", message: "mime type must be textfor a textcontent part"}).
currently, here are the current limits to import JIIX data, and how you should import JIIX: ### JIIX import
JIIX import is so far limited to text words candidate changes. More import capabilities will be provided later on.
To change the text candidates within a given Text or Diagram block:
1. Export the block to the JIIX format. 2. Replace the `label` of the target `word` with another word **from the `candidates` list**. 3. Import the modified JIIX data back to your block.
Important : Importing JIIX data is only possible if the target block was not modified since it was exported.
Best regards,
Olivier
1 person likes this
O
Olivier @MyScript
said
about 3 years ago
Dear Sir,
currently, we found a bug on our servers... it has normally been fixed.
You should then be able to import a jiix fileas long as you respect the above limitation.
민호 이
Hi, I'm developing a web service with MyScript v4.
From the API reference and examples, I was able to save my handwriting as a JIIX.
Then, how can I load the JIIX data into MyScript Editor?
editor.importContent({x:0,y:0},jiixdata,"application/vnd.myscript.jiix") doesn't work for me (Editor.js:155 Error while firing the recognition {type: "error", message: "mime type must be textfor a textcontent part"}).