Added comma in verify method
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user