We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc84b79 commit f5c0b04Copy full SHA for f5c0b04
1 file changed
demo/index.html
@@ -40,7 +40,7 @@ <h1>MyScriptJS demo - WS text sample</h1>
40
var languages = document.getElementById('languages');
41
42
var options = {
43
- // Handle MyScript Cloud authentication keys (cloud.myscript.com)
+ host: "webdemoapi.myscript.com", // Handle MyScript Cloud authentication keys (cloud.myscript.com)
44
applicationKey: "22eda92c-10af-40d8-abea-fd4093c17d81", // MyScript Cloud application key - change the keys for production use
45
hmacKey: "a1fa759f-b3ce-4091-9fd4-d34bb870c601", // MyScript Cloud HMAC key - change the keys for production use
46
type: MyScript.RecognitionType.TEXT, // Recognition type
0 commit comments