Hello,
Thank you for contacting us.
Since you don't want to send anything to a server, our native APIs are best suited for your needs.
Our iinkTS library is designed for use with a server or cloud web solution. It implements all exchanges with our SDK based on web APIs, which are different from native APIs. Therefore, you cannot use iinkTS to call native APIs on the device.
Unfortunately, we don't see a straightforward solution to implement what you want. For your on-device application, using our native Windows APIs would be the best solution.
Another option is to use our Nebo application. It offers a solution for taking notes while keeping everything on the device, so it's compliant with your confidentiality constraints.
For more details, please refer to https://www.nebo.app/.
We have offers for Nebo for Organizations: https://www.myscript.com/enterprise.
Best regards,
Gwenaëlle
Karavanasam_03
Hi everyone, I want to integrate Myscript into my electronic health record for psychiatric patients software project. The purpose is to enable doctors take notes using their pen and tablet and convert their handwritings into digital text. Has to be on-device since the notes are confidential information, can't send them to servers or cloud. I am using Nest.js + prisma + postgresql and am using docker to run this backend setup to communicate with the frontend. I see that there is no JS solution while I create a certificate, hence I need your help on how to proceed.
I can as well setup another container using .cs certificate but this may get complicated since there will be dependencies on the csharp side, nuget, etc. as well as the dependencies I already have on the JS side. Any help is appreciated