added logic in ocr
This commit is contained in:
@@ -714,9 +714,12 @@ function cameraCapture() {
|
||||
></video>
|
||||
|
||||
<!-- Image Preview -->
|
||||
<img x-ref="snapshot" class="border rounded w-80 h-auto hidden" />
|
||||
|
||||
{{-- <img x-ref="snapshot" class="border rounded w-80 h-auto hidden" /> --}}
|
||||
|
||||
<img
|
||||
x-ref="snapshot"
|
||||
class="absolute top-0 left-0 w-full h-full border rounded hidden"
|
||||
/>
|
||||
<!-- Overlay canvas for OCR highlight -->
|
||||
<canvas
|
||||
x-ref="overlay"
|
||||
|
||||
Reference in New Issue
Block a user