diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 866cd2de..9320040b 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -472,7 +472,7 @@ cornerstone.displayImage(element2, image); element2.requestFullscreen().then(() => { - ocr($(element2).find("canvas").get(0).toDataURL(), el); + ocr2($(element2).find("canvas").get(0).toDataURL(), el); document.exitFullscreen(); }) //cornerstone.resize(element2)