Added comma in verify method

This commit is contained in:
dhanabalan
2025-11-14 10:49:29 +05:30
parent 7d432de245
commit adf1b57fd5

View File

@@ -1025,7 +1025,7 @@ function cameraCapture() {
console.error("OCR verify error:", err); console.error("OCR verify error:", err);
alert("OCR verify failed:\n" + (err.message || err)); alert("OCR verify failed:\n" + (err.message || err));
} }
} },
startDetection() { startDetection() {
if (this.textDetectionInterval) { if (this.textDetectionInterval) {