Android Studio: Text Detector using Mobile Vision

in #utopian-io6 years ago (edited)

This is a simple project from Android Studio that detects texts using Mobile Vision in an image after capturing with a special feature of cropping the image and encode it through a .txt File Extension in your phone.

What you'll learn?
Initializing the Mobile Vision TextRecognizer
Applying the cropping function in a program
Creating a file that was scanned

What you'll need
Android Studio version 3.0
Android phone (Testing) or Phone Emulator

Difficulty
Basic

Tutorial Contents

Step 1: Open the build.gradle file in the app and add the following dependecies and sync.
image.png

Step 2: Open the Android.Manifest.xml and add the permissions in accessing the Camera, Phone Storage and Internet.
image.png

Step 3: Set up your UI with buttons CROP for cropping the images, SCAN to scan the images and produces texts, and Create to create the .txt file of the scanned images.
image.png

Step 4:** CODING**
Snippet to an Intent to access CAMERA (Available in Kitkat up to Nougat)
image.png

Snippet to set-up TEXT RECOGNITION (Available in Kitkat up to Nougat)
image.png

Snippet to store the scanned images in a TEXT FILE (Available in Kitkat up to Nougat)
image.png
image.png
image.png

Step 5: Merge everything in the Activity Result
image.png

Note: Add also all the permissions.
Code is available in Versions KitKat up to Nougat.



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Your contribution cannot be approved because it does not follow the Utopian Rules.

  • It is in wrong category.

  • it is attached to wrong repository.

  • It's not up to the quality standards to be accepted as a tutorial.

Thanks!

You can contact us on Discord.
[utopian-moderator]

Congratulations @zynagraphy! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here

If you no longer want to receive notifications, reply to this comment with the word STOP

Upvote this notification to help all Steemit users. Learn why here!

Congratulations @zynagraphy! You received a personal award!

1 Year on Steemit

Click here to view your Board

Do not miss the last post from @steemitboard:

SteemWhales has officially moved to SteemitBoard Ranking
SteemitBoard - Witness Update

Support SteemitBoard's project! Vote for its witness and get one more award!

Congratulations @zynagraphy! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Vote for @Steemitboard as a witness to get one more award and increased upvotes!