From 267dea969ae2eaf5c1edb962b6af960dee4839b9 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 12 Nov 2021 12:28:25 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)