- Remove categories.
- iOS now handles non-planar buffers from
FirebaseVisionImage.fromBytes()
.
- Fixes
FIRAnalyticsVersionMismatch
compilation error on iOS. Please runpod update
in directory containingPodfile
.
-
Breaking Change Change
Rectangle<int>
toRect
in Text/Face/Barcode results. -
Breaking Change Change
Point<int>
/Point<double>
toOffset
in Text/Face/Barcode results. -
Fixed bug where there were no corner points for
VisionText
orBarcode
on iOS.
- Log a more detailed warning at build time about the previous AndroidX migration.
- Breaking Change Removal of base detector class
FirebaseVisionDetector
. - Breaking Change Removal of
TextRecognizer.detectInImage()
. Please useTextRecognizer.processImage()
. - Breaking Change Changed
FaceDetector.detectInImage()
toFaceDetector.processImage()
.
- Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
- Add capability to create image from bytes.
- Fix bug with empty text object.
- Fix bug with crash from passing nil to map.
Bump Android dependencies to latest.
- Breaking Change Update TextDetector to TextRecognizer for android mlkit '17.0.0' and firebase-ios-sdk '5.6.0'.
- Added CloudLabelDetector.
- Fix example imports so that publishing will be warning-free.
- Set pod version of Firebase/MLVision to avoid breaking changes.
- Breaking Change Add Barcode, Face, and Label on-device detectors.
- Remove close method.
- Bump Android and Firebase dependency versions.
- Initial release with text detector.