Skip to content

Latest commit

 

History

History
122 lines (57 loc) · 5.6 KB

File metadata and controls

122 lines (57 loc) · 5.6 KB

Changelog

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

6.2.1 (2024-11-02)

Bug Fixes

  • ios: update ‘GoogleMLKit/TextRecognition’ to version 6.0.0. for ios. (#15) (c1ddcb4)

6.2.0 (2024-09-06)

Features

  • Added cornerPoints to Block, Line, Element in TextDetectionResult (#12) (76e35fd)

6.1.0 (2024-06-10)

Features

  • ios: update GoogleMLKit to 5.0.0 (134d15f)

6.0.0 (2024-04-29)

⚠ BREAKING CHANGES

  • cap-6: update to capacitor 6

Features

  • cap-6: update to capacitor 6 (8cf6c78)

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