Skip to content

abishekjames/Text-Recognition-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Recognition-Android

This is a simple Android app that uses Google Mobile Vision API’s for Optical character recognition(OCR). The Mobile Vision Text API gives Android developers a powerful and reliable OCR capability that works with most Android devices.This app will detect text and convert it into digital format.

How to use Google Mobile Vision API in Android Studio. I have given some Idea.

  1. Go to File -> New Project. When it prompts you to select the default activity, select Empty Activity and proceed.

  2. Open build.gradle in (Module:app) and add Mobile Vision dependencies like this.

    dependencies { ... compile 'com.google.android.gms:play-services-vision:11.0.4' ... }

  3. To use this library, you may need to update your installed version of Google Repository in SDK tools .Do make sure your version of Google Repository is up to date. It should be at least version 26.

  4. Don’t forget to add permissions for accessing CAMERA and also meta-data for using OCR in AndroidManifest.xml file like this :

About

Text Recognition Android using Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages