removed stopdetection in ocr

This commit is contained in:
dhanabalan
2025-10-27 09:38:26 +05:30
parent f208252657
commit 240ed50782

View File

@@ -797,7 +797,7 @@ function cameraCapture() {
this.capturedPhoto = snapshotData; // store for verification
alert("Photo captured!");
this.stopDetection();
},
async verifyPhoto() {