All Projects → Sainathhiwale → Textrecognitionandroid

Sainathhiwale / Textrecognitionandroid

Text Recognition for Android using Google Mobile Vision.we will create a simple Android app that uses Google Mobile Vision API’s for Optical character recognition(OCR)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Textrecognitionandroid

Loginui Android
Login User Interface in android with innovative, beautiful and creative background 😊😊😉
Stars: ✭ 374 (+2100%)
Mutual labels:  android-studio
Arcgis Runtime Samples Android
ArcGIS Runtime SDK for Android Samples
Stars: ✭ 518 (+2947.06%)
Mutual labels:  android-studio
Android
MEGA Android App
Stars: ✭ 651 (+3729.41%)
Mutual labels:  android-studio
Android Studio Plugins Cn
希望整理Android Studio 最全面的开发插件。
Stars: ✭ 411 (+2317.65%)
Mutual labels:  android-studio
Android Tips Tricks
☑️ [Cheatsheet] Tips and tricks for Android Development
Stars: ✭ 4,496 (+26347.06%)
Mutual labels:  android-studio
Android Yolo
Real-time object detection on Android using the YOLO network with TensorFlow
Stars: ✭ 604 (+3452.94%)
Mutual labels:  android-studio
Horizontalpicker
A HorizontalPicker view for android, which supports both text and icon. ✨
Stars: ✭ 356 (+1994.12%)
Mutual labels:  android-studio
Androidtips
A collections of tips in Android developing.Android开发总结。我的博客:
Stars: ✭ 713 (+4094.12%)
Mutual labels:  android-studio
Android Studio Poet
Generate large Android Studio projects
Stars: ✭ 489 (+2776.47%)
Mutual labels:  android-studio
Awesome Androidstudio Plugins
收集Android studio 常用的插件
Stars: ✭ 646 (+3700%)
Mutual labels:  android-studio
Weatherview
WeatherView is an Android Library let you make cool weather animations for your app
Stars: ✭ 426 (+2405.88%)
Mutual labels:  android-studio
Androidstudio
AndroidStudio中文入门指南
Stars: ✭ 463 (+2623.53%)
Mutual labels:  android-studio
Zoomrecylerlayout
🎢 Zoom Recycler Layout Manager For Android Kotlin
Stars: ✭ 618 (+3535.29%)
Mutual labels:  android-studio
Radar Covid Android
Native Android app using DP^3T Android sdk to handle Exposure Notifications API from Google
Stars: ✭ 407 (+2294.12%)
Mutual labels:  android-studio
Android Studio Tips By Philippe Breault
Every Android Studio Tip posted by Phillipe Breault
Stars: ✭ 652 (+3735.29%)
Mutual labels:  android-studio
Cargo Mobile
Rust on mobile made easy!
Stars: ✭ 362 (+2029.41%)
Mutual labels:  android-studio
Gradle Advanced Build Version
A plugin to generate the Android version code and version name automatically based on git commits number, date and ...
Stars: ✭ 545 (+3105.88%)
Mutual labels:  android-studio
Light Novel Library wenku8 android
[CASUALLY MAINTAINED] 轻小说文库 (Wenku8.com) 安卓版第三方公益App,始于2014年的Material Design风格、无广告、不盈利、Google Play上安装包最小的轻小说阅读器(light novel reader)。目前除了网站的API以外,还添加了我自己架的Cloudflare Worker 中继节点用来突破网站API的限制 wenku8-relay.mewx.org.
Stars: ✭ 772 (+4441.18%)
Mutual labels:  android-studio
Flutter Architecture Blueprints
Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
Stars: ✭ 707 (+4058.82%)
Mutual labels:  android-studio
Android Studio Mvp Template
Android MVP template for Android Studio
Stars: ✭ 636 (+3641.18%)
Mutual labels:  android-studio

Text Recognition for Android using Google Mobile Vision.

we will create 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 is a very powerful API that can also be used for live face detection and face tracking along with bar code

scanning capabilities.

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

    Screen Shot

    screenshot_androidtext screenshot_intel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].