From a126050963a7fc2189be4c3761c0b700d8d1574b Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Mon, 27 Oct 2025 16:28:08 +0530 Subject: [PATCH] call start detection method in ocr --- resources/views/fields/camera-capture.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/fields/camera-capture.blade.php b/resources/views/fields/camera-capture.blade.php index 3870f5f..f7bec05 100644 --- a/resources/views/fields/camera-capture.blade.php +++ b/resources/views/fields/camera-capture.blade.php @@ -924,6 +924,7 @@ function cameraCapture() { this.$refs.snapshot.classList.add('hidden'); this.$refs.video.classList.remove('hidden'); await this.initCamera(); + this.startDetection(); }, startDetection() {