An open API service indexing awesome lists of open source software.

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

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'
```