vision-camera-ocr icon indicating copy to clipboard operation
vision-camera-ocr copied to clipboard

How to Reduce the size of camera source in mobile.

Open shiv71 opened this issue 3 years ago • 3 comments
trafficstars

Text detection previews full screen to scan text. I want a small rectangle for text detection. I want to reduce the area of camera preview and also i want to capture only the text within the area by the camera. I have reduced the camera preview area. but the camera is capturing the full area and recognizing text..... I want only that text to be recognized which is within the preview.

shiv71 avatar Aug 19 '22 05:08 shiv71

any update on this ?

codeapp17 avatar Oct 07 '22 15:10 codeapp17

@shiv71 you can use corner points and filter the results using your recognition area coordinates

codeapp17 avatar Oct 27 '22 17:10 codeapp17