Skip to content

Instantly share code, notes, and snippets.

@Ayush783
Last active November 11, 2020 12:28
Show Gist options
  • Save Ayush783/6195147dbd1c7d11eb3e37eef91e4734 to your computer and use it in GitHub Desktop.
Save Ayush783/6195147dbd1c7d11eb3e37eef91e4734 to your computer and use it in GitHub Desktop.
...
//Only one event to recognise text
class RecogniseText extends RecogniseTextEvent {
final File image;
RecogniseText(this.image);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment