google_mlkit_text_recognition 0.15.0
google_mlkit_text_recognition: ^0.15.0 copied to clipboard
A Flutter plugin to use Google's ML Kit Text Recognition to recognize text in any Chinese, Devanagari, Japanese, Korean and Latin character set.
0.15.0 #
- Add an example showing how to extract text from a bitmap image with the new
InputImage.fromBitmap()
constructor. - Bumps the version to support the new
InputImage.fromBitmap()
constructor fromgoogle_mlkit_commons
. - Increase android sdk compile version to 35
- Updates Java compatibility version to 11
0.14.0 #
- Update dependencies.
- Update README.
0.13.1 #
- Update dependencies.
0.13.0 #
- Update dependencies.
- Update README.
0.12.1 #
- Update README.
0.12.0 #
- Update dependencies.
- Update SDK constraint.
0.11.0 #
- Fix: Update build.gradle, support AGP 8.
- Update README.
0.10.0 #
- Update dependencies.
0.9.0 #
- Update README.
- Update dependencies.
0.8.1 #
- Fix: Confidence and angle only available for Android.
- Feat: Add
TextSymbol
, only available for Android.
0.7.0 #
- Fix: Add confidence and angle in object response for
TextLine
andTextElement
. - Update dependencies.
0.6.0 #
- Update dependencies.
0.5.0 #
- Update dependencies.
0.4.0 #
- Update dependencies.
0.3.0 #
- Allow multiple instances in native layer.
0.2.0 #
- Fix: return after closing detector in iOS.
0.1.0 #
- Update documentation.
0.0.2 #
- Fix: Close detector.
- Update documentation.
0.0.1 #
- Initial release.