https://github.com/dinesh-sowndar/flutter-ml-text-finder
https://github.com/dinesh-sowndar/flutter-ml-text-finder
flutter flutter-ai flutter-ml machine-learning
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dinesh-sowndar/flutter-ml-text-finder
- Owner: Dinesh-Sowndar
- Created: 2022-12-05T13:38:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T05:16:28.000Z (over 3 years ago)
- Last Synced: 2023-04-17T00:21:22.787Z (about 3 years ago)
- Topics: flutter, flutter-ai, flutter-ml, machine-learning
- Language: Dart
- Homepage:
- Size: 56.6 KB
- Stars: 53
- Watchers: 1
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter ML based text finder
https://user-images.githubusercontent.com/29474697/205822389-4e650ce4-a0b4-48f7-97f5-230d41138084.mp4
For the iOS platform add to the `ios/Podfile` file:
```ruby
# Add language package you need to use
pod 'GoogleMLKit/TextRecognitionChinese', '~> 3.2.0'
pod 'GoogleMLKit/TextRecognitionDevanagari', '~> 3.2.0'
pod 'GoogleMLKit/TextRecognitionJapanese', '~> 3.2.0'
pod 'GoogleMLKit/TextRecognitionKorean', '~> 3.2.0'
```