edufolly / flutter_mobile_vision

Flutter implementation of Google Mobile Vision.
MIT License
455 stars 168 forks source link

OCR - tracking box #5

Open JawnMarc opened 6 years ago

JawnMarc commented 6 years ago

Please how do I make a moving box stable, lets say positioned at the centre thus making a specified dimension box to recognize every text that passes through other than tracking every word the camera captures?

edufolly commented 6 years ago

Hi @JawnMarc. I'll see how to implement this. It'll be a great improvement. Thanks.

JawnMarc commented 6 years ago

Alright, that's great! @edufolly I'll be expecting. Thanks for the help

AgaApi commented 5 years ago

Hey @edufolly, I'm also interrested in this feature. Are you working on it, or is there a way I could help you?

SamuelHaws commented 3 years ago

Hello. If you are interested, I have submitted a PR that implements a similar feature for OCR. Please see https://github.com/edufolly/flutter_mobile_vision/pull/66.