All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.1.1 (2023-11-14)
- mlkit: update to version 4.0.0 (7efab4a), closes de#march_21_2023
5.1.0 (2023-11-13)
- mlkit: update to version 4.0.0 (f54ddd3), closes de#march_21_2023
5.0.1 (2023-10-20)
- kotlin-version: adds explicit kotlin version (28dd0cf)
5.0.0 (2023-05-03)
- cap-5: support capacitor 5
- cap-5: support capacitor 5 (bd4b403)
4.1.1 (2023-03-22)
4.1.0 (2022-12-20)
- add rotation attribute to DetectImageOptions (73a09c1)
- android: make version of com.google.android.gms:play-services-mlkit-text-recognition configurable (c1936de)
- android: update mlkitTextRecognitionVersion to 18.0.2 (94ebf35)
- ios: upgrade MLKit to version 3.2.0 (b047421)
- ios: resolve small warning for ios (02daf9c)
- null-pointer: solves issue with null-pointer exception for empty image (a8cc0a5)
- cap4-migration: migrate to cap 4
- greater-interface: resolve whole result of ml-kit
- cap4-migration: migrate to cap 4 (6662e03)
- greater-interface: resolve whole result of ml-kit (34e20cb)
- To get the previous
lines
array you now have to useblocks.map(block => block.text)
- Initial release