Text

Answered

how to do a REST request to recognize texts

hi, 

I am doing a request with strokes params, and contentType is 'Text', but get response.text is 

'{"code":"recognition.no.suitable.mime.type","message":"No suitable mime type was found for this recognition. Suitable mime types are : text/plain, application/vnd.myscript.jiix, image/jpeg, image/png, application/vnd.myscript.iink, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/html"}'

please help me with the problem

cheers,

wei


Best Answer

Dear Wei,


thank you for contacting us.


Currently, in the headers of your REST request, you shall ensure you set the mimeType you expect for response: https://developer.myscript.com/docs/interactive-ink/latest/overview/import-and-export-formats/#available-exports


Using postman, this can be done as follows:


Let us know if this helps.


Best regards,


Olivier

1 Comment

Answer

Dear Wei,


thank you for contacting us.


Currently, in the headers of your REST request, you shall ensure you set the mimeType you expect for response: https://developer.myscript.com/docs/interactive-ink/latest/overview/import-and-export-formats/#available-exports


Using postman, this can be done as follows:


Let us know if this helps.


Best regards,


Olivier