skip beautifying strokes to go directly to recognition
F
Faisal
started a topic
almost 2 years ago
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
O
Olivier @MyScript
said
almost 2 years ago
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
O
Olivier @MyScript
said
almost 2 years ago
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.
Faisal
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?
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
Olivier @MyScript
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