added logic in ocr
This commit is contained in:
@@ -714,9 +714,12 @@ function cameraCapture() {
|
|||||||
></video>
|
></video>
|
||||||
|
|
||||||
<!-- Image Preview -->
|
<!-- 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 -->
|
<!-- Overlay canvas for OCR highlight -->
|
||||||
<canvas
|
<canvas
|
||||||
x-ref="overlay"
|
x-ref="overlay"
|
||||||
|
|||||||
Reference in New Issue
Block a user