Skip to content

This app detects the text from the picture input using camera or photos gallery. The app uses MLVisionTextModel for on device detection. The Vision framework from MLKit of Google is used here.

Notifications You must be signed in to change notification settings

sayaleepote/TextDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextDetect

This app detects the text from a picture input using camera or photos gallery of the iPhone/Simulator. The app uses on device Text Recognition in iOS using MLKit in Firebase by Google.

Before you run the project, open terminal and go to the root folder of the project and type:
$ pod install
This will install the following required pods:
'Firebase/Core', '~> 5.2.0'
'Firebase/MLVision', '~> 5.2.0'
'Firebase/MLVisionTextModel', '~> 5.2.0'

If cocoapods is not already installed, install it with following gem command.
$ sudo gem install cocoapods

You would also need to add GoogleService-Info.plist file to your project for firebase integration in order to use MLKit. Refer these easy steps for the same. You will have to login to your gmail account for accessing the console to firebase.

textdetect

About

This app detects the text from the picture input using camera or photos gallery. The app uses MLVisionTextModel for on device detection. The Vision framework from MLKit of Google is used here.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published