Skip to content

The ML Text Finder repository showcases a Flutter app that uses Google ML Kit for real-time text recognition from device cameras. Users can capture images and instantly retrieve recognized content, making it a valuable tool for students, travelers, and anyone needing quick access to printed information.

Notifications You must be signed in to change notification settings

codewithkd77/flutter-ml-text-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter ML based text finder

VIDEO_1c89ac1b-026c-4440-be92-51b4c44a4ea3.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'

Note

Feel free to fork and send pull request. If you have any questions, feedback or ideas,You can create an issue. If you enjoy this project, I'd appreciate your 🌟 on GitHub.

You can also buy me a cup of coffee

About

The ML Text Finder repository showcases a Flutter app that uses Google ML Kit for real-time text recognition from device cameras. Users can capture images and instantly retrieve recognized content, making it a valuable tool for students, travelers, and anyone needing quick access to printed information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages