vbalagovic / flutter_scalable_ocr

Flutter scalable OCR package is a wrapper around google_mlkit_text_recognition where you can partialy select part of camera which text will be processed of.
https://pub.dev/packages/flutter_scalable_ocr
MIT License
56 stars 32 forks source link

Feat: ability to save an image within the rectangle #7

Open jozefvodicka opened 1 year ago

jozefvodicka commented 1 year ago

Why: Once the scanned text is approved by the user it would be great to save the camera view. It can be usedul for later option to edit ocr based on given image

Suggested functionality: Ability to ask the plugin to return image from the preview

bruzelius commented 1 year ago

Great idea!