flutter-ml / google_ml_kit_flutter

A flutter plugin that implements Google's standalone ML Kit
MIT License
935 stars 715 forks source link

In google_mlkit_document_scanner, how could I scan document from Gallery instead of Camera ? #654

Closed loveoverflowdev closed 1 month ago

bensonarafat commented 1 month ago

Hi @loveoverflowdev Thanks for submitting an issue. You can set the isGalleryImport to true this will enable you use the gallery too

fbernaly commented 1 month ago

@loveoverflowdev : Please follow the issue template we created.

loveoverflowdev commented 1 month ago

Hi @loveoverflowdev Thanks for submitting an issue. You can set the isGalleryImport to true this will enable you use the gallery too

Thank for your answer.

However, before that, I did set

bool isGalleryImport = true

Source code comes from the example of ML Kit.

But I cannot see any gallery icon button to press image image

bensonarafat commented 1 month ago

Could you reopen with the template as @fbernaly requested @loveoverflowdev ?

loveoverflowdev commented 1 month ago

Could you reopen with the template as @fbernaly requested @loveoverflowdev ?

Of course, I have just created as your request:

655