From a00b5f33604702af68bb60536594005504a2e113 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 12 Nov 2021 11:52:48 +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 4f212a90..009f48b8 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -504,7 +504,7 @@ } else if ($(el).hasClass("image-ident-ok")) { extra_class = " image-ident-ok"; } - ocr2(el); + ocr2(url, el); $("#drop-filenames").append( `${n}: ${el.files[0].name}`