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.
-
Notifications
You must be signed in to change notification settings - Fork 3
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.
sayaleepote/TextDetect
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published