flutter-ml-text-finder icon indicating copy to clipboard operation
flutter-ml-text-finder copied to clipboard

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:

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