sayaleepote / TextDetect

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Swift 95.5%Language:Ruby 4.5%