From 17b6e376248af557dc708cc83b5ef0f0ee925a34 Mon Sep 17 00:00:00 2001 From: Bryan Hanner Date: Fri, 12 Jan 2018 17:22:35 -0800 Subject: [PATCH] updates API key --- a11ytext.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/a11ytext.html b/a11ytext.html index 2b09540..bcd92eb 100644 --- a/a11ytext.html +++ b/a11ytext.html @@ -73,8 +73,7 @@

Convert PDFs and Images to Text

//********************************************** // *** Update or verify the subscription keys' string values with your valid subscription keys for each service. *** // ********************************************** - var handKey = "77a01c5eff1f47c4812a001a082c7728"; - var ocrKey = "fe66b70c2b2e45b4a7cb2a39b001e17e"; + var subKey = "3a7bbf9d9a01440f921be938e591b274"; // Replace or verify the region. // @@ -272,19 +271,16 @@

Convert PDFs and Images to Text

document.getElementById("sourceImage").style.display = 'block'; // Request parameters. - var subKey; var params; var uriAdd; var processFunc; if (document.getElementById("handwritingCheck").checked) { - subKey = handKey; params = { "handwriting": "true", }; uriAdd = "RecognizeText?"; processFunc = handToText; } else { - subKey = ocrKey; params = { "language": "unk", "detectOrientation ": "true",