edufolly / flutter_mobile_vision

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

OCR - get stream of texts instead of one result #55

Open slaesh opened 4 years ago

slaesh commented 4 years ago

how can I achieve a stream of texts instead of the "onTap" thing..

I want to interpret the stream and then depending on the results and filtering, continue or stop the "ocr read".

thanks!

slaesh commented 3 years ago

@edufolly any idea that could help me? =)

ignertic commented 3 years ago

This could come in handy

edufolly commented 3 years ago

I would like to create a stream!! 😄

ignertic commented 3 years ago

Lol and here I thought someone had submitted a PR

yogithesymbian commented 2 years ago

any update for stream ocr text ?