Added logic in ocr for capture

This commit is contained in:
dhanabalan
2025-10-17 10:40:21 +05:30
parent 054a83d688
commit a3f5f92080

View File

@@ -60,6 +60,7 @@ function cameraCapture() {
stream: null,
currentFacingMode: 'user', // 'user' = front, 'environment' = back
photoTaken: false,
photo1: '',
async initCamera() {
try {