Added capture logic in ocr

This commit is contained in:
dhanabalan
2025-10-27 10:29:20 +05:30
parent a24218bc3f
commit 410161d024

View File

@@ -713,6 +713,10 @@ function cameraCapture() {
style="display:block;"
></video>
<!-- Image Preview -->
<img x-ref="snapshot" class="border rounded w-80 h-auto hidden" />
<!-- Overlay canvas for OCR highlight -->
<canvas
x-ref="overlay"