aarongrider / vision-camera-ocr

VisionCamera Frame Processor Plugin to detect text in real time using MLKit Text Detector (OCR)
MIT License
235 stars 86 forks source link

How to Reduce the size of camera source in mobile. #11

Open shiv71 opened 1 year ago

shiv71 commented 1 year ago

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.

codeapp17 commented 1 year ago

any update on this ?

codeapp17 commented 1 year ago

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