• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
October 28, 2022 |2.2K Views
How to Make a Text Recognition Android App
  Share   Like
Description
Discussion

Nowadays many apps using Machine Learning inside their apps to make most of the tasks easier. We have seen many apps that detect text from any image. 

This image may include number plates, images, and many more. In this video, we will take a look at the implementation of Text Detector in Android using Firebase ML Kit. 

We will be building a simple application in which we will be capturing an image of any text inside our app and we will then extract the text from that particular image and display that text inside a text field

Step 1: Create a New Project

Step 2: Connect your app to Firebase

After creating a new project in Android Studio connect your app to Firebase. For connecting your app to firebase. Navigate to Tools on the top bar. After that click on Firebase. 

A new window will open on the right side. Inside that window click on Firebase ML and then click on Use Firebase ML to recognize text in the image. You can see the option below screenshot. 

 

Related Article :  https://www.geeksforgeeks.org/text-detector-in-android-using-firebase-ml-kit/