Hi there, is it possible to convert an input from the Wacom bamboo slate into a digital text or number. ?
Best Answer
O
Olivier @MyScript
said
over 2 years ago
Dear Mark,
we are currently a bit puzzled that accuracy is low.
Currently, how do you add the strokes? Directly from the screen, or in "off screen" mode? In that later case, you should ensure the processGestures boolean is set to false when calling the
If in "off screen" mode, you should also ensure you are not using a "Text Document" part. As by default this part has guide lines, we do not recommend to use it in batch mode. Can you give a try in a "text" part, and setting the guidelines option to false ("text.guides.enable" option to "false")?
If so, you should contact WACOM to use their SDK to extract the strokes (we do not have it, nor tan we have made any use of it), and provide these to our iink iink proceeding as explained in the above link.
Let us know if this helps.
Best regards,
Olivier
O
Olivier @MyScript
said
over 2 years ago
Dear Mark Jhill,
Can you please put the screenshot on a FTP or dropboc link? (I will remove the link once pictures have been downloaded).
Best regards,
Olivier
O
Olivier @MyScript
said
over 2 years ago
Dear Mark Jhill,
currently, you have the CONFIGURATION_BUNDLE_NOT_FOUND error message, which usually occurs when the iink SDK is not able to load the en_US.conf file (or other languages you are using)
Can you please check the following:
-The en_US.conf file is located into the assets -> conf directory?
-Both the en-US-ak-cur.res and en_US-lk-text.res resources are located into the assets -> en_US directory?
Best regards,
Olivier
O
Olivier @MyScript
said
over 2 years ago
Dear Mark,
Indeed, they are in your project, but are they linked against your project?
Indeed, I insist, this error is that the configuration cannot be loaded properly, so you should investigate this way.
Best regards,
Olivier
O
Olivier @MyScript
said
over 2 years ago
Dear Mark,
Thank you for the update.
Can you please explain the behavior you are facing? Indeed, I do not understand what you mean by "getting an array of numbers when we write one"?
Indeed, if exporting as JIIX or string, you should only get "one number" as result if you inputted one digit? Otherwise, this means the coordinates are added several times, which is not the proper way to proceed!
Best regards,
Olivier
O
Olivier @MyScript
said
over 2 years ago
Answer
Dear Mark,
we are currently a bit puzzled that accuracy is low.
Currently, how do you add the strokes? Directly from the screen, or in "off screen" mode? In that later case, you should ensure the processGestures boolean is set to false when calling the
If in "off screen" mode, you should also ensure you are not using a "Text Document" part. As by default this part has guide lines, we do not recommend to use it in batch mode. Can you give a try in a "text" part, and setting the guidelines option to false ("text.guides.enable" option to "false")?
Ravine Ravine
Hi there, is it possible to convert an input from the Wacom bamboo slate into a digital text or number. ?
Dear Mark,
we are currently a bit puzzled that accuracy is low.
Currently, how do you add the strokes? Directly from the screen, or in "off screen" mode? In that later case, you should ensure the processGestures boolean is set to false when calling the
If in "off screen" mode, you should also ensure you are not using a "Text Document" part. As by default this part has guide lines, we do not recommend to use it in batch mode. Can you give a try in a "text" part, and setting the guidelines option to false ("text.guides.enable" option to "false")?
Last, are you setting the proper resolution when creating the renderer: https://developer.myscript.com/refguides/interactive-ink/android/1.2/com/myscript/iink/Engine.html#createRenderer-float-float-com.myscript.iink.IRenderTarget- ? Please ensure to set it to the one of your input device.
=> If all these rules are followed, there is no reason accuracy is bad. If it is still the case, can you please provide us with your code?
Best regards,
Olivier
1 person has this question
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstOlivier @MyScript
Dear Ravine,
thank you for contacting us.
I guess you are using our iink SDK?
If so, what is the way you would like to use our solution? In an off-screen usage: https://developer.myscript.com/docs/interactive-ink/1.2/android/advanced/off-screen-usage/ ?
If so, you should contact WACOM to use their SDK to extract the strokes (we do not have it, nor tan we have made any use of it), and provide these to our iink iink proceeding as explained in the above link.
Let us know if this helps.
Best regards,
Olivier
Olivier @MyScript
Dear Mark Jhill,
Can you please put the screenshot on a FTP or dropboc link? (I will remove the link once pictures have been downloaded).
Best regards,
Olivier
Olivier @MyScript
Dear Mark Jhill,
currently, you have the CONFIGURATION_BUNDLE_NOT_FOUND error message, which usually occurs when the iink SDK is not able to load the en_US.conf file (or other languages you are using)
Can you please check the following:
-The en_US.conf file is located into the assets -> conf directory?
-Both the en-US-ak-cur.res and en_US-lk-text.res resources are located into the assets -> en_US directory?
Best regards,
Olivier
Olivier @MyScript
Dear Mark,
Indeed, they are in your project, but are they linked against your project?
Indeed, I insist, this error is that the configuration cannot be loaded properly, so you should investigate this way.
Best regards,
Olivier
Olivier @MyScript
Dear Mark,
Thank you for the update.
Can you please explain the behavior you are facing? Indeed, I do not understand what you mean by "getting an array of numbers when we write one"?
Indeed, if exporting as JIIX or string, you should only get "one number" as result if you inputted one digit? Otherwise, this means the coordinates are added several times, which is not the proper way to proceed!
Best regards,
Olivier
Olivier @MyScript
Dear Mark,
we are currently a bit puzzled that accuracy is low.
Currently, how do you add the strokes? Directly from the screen, or in "off screen" mode? In that later case, you should ensure the processGestures boolean is set to false when calling the
If in "off screen" mode, you should also ensure you are not using a "Text Document" part. As by default this part has guide lines, we do not recommend to use it in batch mode. Can you give a try in a "text" part, and setting the guidelines option to false ("text.guides.enable" option to "false")?
Last, are you setting the proper resolution when creating the renderer: https://developer.myscript.com/refguides/interactive-ink/android/1.2/com/myscript/iink/Engine.html#createRenderer-float-float-com.myscript.iink.IRenderTarget- ? Please ensure to set it to the one of your input device.
=> If all these rules are followed, there is no reason accuracy is bad. If it is still the case, can you please provide us with your code?
Best regards,
Olivier