Text

Answered

skip beautifying strokes to go directly to recognition

Hi

i am using websockets to recognize text and when i send the strokes to server, server first sends back same strokes but a little smoothed. and then removes them and sends the recognized text. i want to skip the middle part and directly go to the recognized text. is there a way?


Best Answer

Dear Faisal,


currently, the smoothing of the strokes is not done on the server side but in the iinkJS library.


If you do not want the smoothing, you shall update the iinkJS. In the case of the WS API, the QuadraticSVGStroker is used.


Best regards,


Olivier


1 Comment

Answer

Dear Faisal,


currently, the smoothing of the strokes is not done on the server side but in the iinkJS library.


If you do not want the smoothing, you shall update the iinkJS. In the case of the WS API, the QuadraticSVGStroker is used.


Best regards,


Olivier