Uttkarsh-raj / Text-Scanner

ScanIt is an application which allows you to either choose a picture or click a picture and then detects and displays all the text . Using the speaker button you can convert the text to speech.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scan_text

A new Flutter project repository for an application that can extract text from a picture.

ScanIt

ScanIt is an applicationn that helps you to extract text from a picture and convert it into text.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

There are many great README templates available on GitHub;however, I didn't find one that really suited my needs so I created this one. I wanted to create a README template which satisfies the project.

Here's why:

  • A project that solves a problem and helps others.
  • One shouldn't be doing the same task over and over like creating a README from scratch.
  • You should implement DRY principles to the rest of your life 😄

Of course, no one template will serve all projects since your needs may be different. So i'll be adding more in the near future.You may also suggest changes by forking this repo and creating a pull request or opening issue. Thanks to all the people have contributed to expanding this template!

About The Project

ScanIt is an application made in flutter that uses GOOGLEs ML KIT sdk to detect text from a picture which is selected by a image_picker package available at pub dev. The scanned text is converted to speech using the tts package on pub dev.

Built With

This section should list any major frameworks/libraries used to bootstrap your project.Leave any add-ons/plugins for the acknowledgement section. Here are a few examples.

image

image

image

(back to top)

Getting Started

We recommend creating a new flutter project using 'flutter create --org project_name' , which sets up a default application setup automatically. To create a project, run the followingf command in cmd after downloading and sucessfully installing flutter:

'flutter create --org project_name'

Prerequisites

After the installation is complete:

In the main file try running with the run without debugging:

Screenshot (13)

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Installation

Below is an example of how you can instruct your audience on installing and setting up your app.This template doesn't rely on any external dependencies or services.

1.Clone the repo

git clone https://github.com/your_username_/Project-Name.git

2.Install the packages

flutter pub get

(back to top)

Usage

The application opens to this screen. Select the image either from your gallery or capture using the camera.

1.Using gallery: 320429d2-9bc6-4a57-84b6-0c0bc64f7fdb

The selected image gets displayed in place of the center container: 70a58096-7c1b-41c0-bfd9-80fa6ec3e6f3

The extracted text is viewed in the bottom conatainer the play button converts the text to speech: f998bf31-2983-4413-a924-de5afff4eaba

2.Using Camera: aeafe21d-d67f-426b-89e6-83fec8bbe90b

Wait till the image gets loaded: cae5ce3e-19cc-4573-9817-bf7da0b8d3bc

Image loaded sucessfully: f655fb22-ab4d-4b06-960d-ff496d9b2afc

The Google ML Kit displays the extracted text in the display container: fe05426a-8d81-42b0-89f6-306b81c9b3a8

Tap in the "Play" button to hear the extracted text.

(back to top)

Roadmap

  • Add Changelog
  • Add back to top links
  • Add Additional Templates w/ Examples
  • Add "components" document to easily copy & paste sections of the readme
  • Multi-language Support
    • Chinese
    • Spanish

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire ,and create.Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

(back to top)

Contact

Uttkarsh Raj - https://twitter.com/__uttkarsh__

Project Link: https://github.com/Uttkarsh-raj/Text-Scanner.git

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

About

ScanIt is an application which allows you to either choose a picture or click a picture and then detects and displays all the text . Using the speaker button you can convert the text to speech.


Languages

Language:C++ 38.2%Language:CMake 34.0%Language:Dart 19.3%Language:HTML 3.3%Language:C 2.6%Language:Swift 2.3%Language:Kotlin 0.2%Language:Objective-C 0.1%