Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kidneyweakx/flutter-ml-ocr
flutter ocr using firebase ml-kit and tesseract package
https://github.com/kidneyweakx/flutter-ml-ocr
flutter ocr-android tesseract
Last synced: about 1 month ago
JSON representation
flutter ocr using firebase ml-kit and tesseract package
- Host: GitHub
- URL: https://github.com/kidneyweakx/flutter-ml-ocr
- Owner: kidneyweakx
- Created: 2020-03-20T13:16:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T17:29:31.000Z (over 4 years ago)
- Last Synced: 2024-10-14T06:36:20.166Z (3 months ago)
- Topics: flutter, ocr-android, tesseract
- Language: Dart
- Size: 35.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter-OCR
*(Optical Character Recognition)*app using [firebase ml-kit](https://firebase.google.com/docs/ml-kit/android/recognize-text)
and [tesseract](https://pub.dev/packages/tesseract_ocr) to OCR## Getting Started
Download your language [trained data](https://github.com/tesseract-ocr/tessdata) and put it in assets folder
Then, create your own [firebase project](https://console.firebase.google.com/) and Sync with Gradle
run `flutter pub get` , Enjoy it on your android device 😎
## Known Issue
- crash when tesseract model scan
- firebase ml kit latin chars weird 😢## Todo
- [ ] fix tesseract mode and push better chinese traineddata## Reference
[flutter_ocr](https://github.com/luyongfugx/flutter_ocr)