From adf1b57fd5a4ac622f4ee7288bcc921dd67aae2c Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 14 Nov 2025 10:49:29 +0530 Subject: [PATCH] Added comma in verify method --- resources/views/fields/camera-capture.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/fields/camera-capture.blade.php b/resources/views/fields/camera-capture.blade.php index c90c51a..4f0eb9a 100644 --- a/resources/views/fields/camera-capture.blade.php +++ b/resources/views/fields/camera-capture.blade.php @@ -1025,7 +1025,7 @@ function cameraCapture() { console.error("OCR verify error:", err); alert("OCR verify failed:\n" + (err.message || err)); } -} +}, startDetection() { if (this.textDetectionInterval) {