Skip to content

Latest commit

 

History

History
90 lines (43 loc) · 4.08 KB

File metadata and controls

90 lines (43 loc) · 4.08 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.1.1 (2023-11-14)

Bug Fixes

5.1.0 (2023-11-13)

Features

5.0.1 (2023-10-20)

Bug Fixes

  • kotlin-version: adds explicit kotlin version (28dd0cf)

5.0.0 (2023-05-03)

⚠ BREAKING CHANGES

  • cap-5: support capacitor 5

Features

  • cap-5: support capacitor 5 (bd4b403)

4.1.1 (2023-03-22)

Bug Fixes

  • ios: set explicit ml-kit version in podspec file #8 (dda78e9)

4.1.0 (2022-12-20)

Features

  • 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)

Bug Fixes

  • ios: resolve small warning for ios (02daf9c)

4.0.1 (2022-09-09)

Bug Fixes

  • null-pointer: solves issue with null-pointer exception for empty image (a8cc0a5)

4.0.0 (2022-06-08)

⚠ BREAKING CHANGES

  • cap4-migration: migrate to cap 4
  • greater-interface: resolve whole result of ml-kit

Features

  • cap4-migration: migrate to cap 4 (6662e03)

2.0.0 (2020-07-27)

FEATURES

  • greater-interface: resolve whole result of ml-kit (34e20cb)

BREAKING CHANGES

  • To get the previous lines array you now have to use blocks.map(block => block.text)

1.0.0 (2022-05-19)

  • Initial release