From 2910c797a86ccbab85a60a6c22976d1a9982e7e0 Mon Sep 17 00:00:00 2001 From: Mohammad Ismail Hossain <118668314+CodeWithIsmail@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:53:52 +0600 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45461d0..702b67b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# TextSnap +# Image2Text -## TextSnap is a Flutter app designed to extract text from images seamlessly. Whether users capture an instant photo or select an image from their gallery, TextSnap leverages advanced text recognition technology to provide accurate and quick text extraction. +## Image2Text is a Flutter app designed to extract text from images seamlessly. Whether users capture an instant photo or select an image from their gallery, Image2Text leverages advanced text recognition technology to provide accurate and quick text extraction. ### Features: Instant Capture: Take a photo directly within the app to instantly extract text. From 569c7b2aa176511f9694991d9a0557966a7945ea Mon Sep 17 00:00:00 2001 From: Mohammad Ismail Hossain <118668314+CodeWithIsmail@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:10:59 +0600 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 702b67b..3ddbdbe 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,4 @@ Flutter: Framework for building the app. Google ML Kit: Provides text recognition capabilities. ImagePicker: Allows users to select images from the gallery or take a new photo. + ImageCropper: Allows users to crop the selected image.