Releases: what3words/w3w-android-ocr-components
Release v3.0.1
Changelog
86d6eb4 Merge pull request #89 from what3words/epic/OCR-Improvemnts
d922ab0 Merge pull request #88 from what3words/fix/break-line-w3w
3b2150e enhance text post-processing by replacing line breaks and Japanese delimiters to improve recognition accuracy
e1423b4 Merge pull request #87 from what3words/fix/break-line-w3w
1320235 set pattern of finding common mistakes with slashes optional, while for close integration its great to use this, it does improve MLKit, in open implementations is good to let the post processing be done in the client side, a bit like we are doing in the app.
aea9e09 remove patterns, this is risky and doesn't help us much, this should be post processed in the implementation side.
1857cef Merge pull request #86 from what3words/fix/break-line-w3w
347214d nit
6339af5 update version to 3.0.1 and add camera unbinding and executor shutdown on dismiss and back press events
de33cdf Merge pull request #85 from what3words/staging
762783f remove builds on commits were just for testing.
3.0.0
What's Changed
- Task/mt 7504 android as a pro user i want to import images into the ocr component so that i can detect 3 w as from my gallery images easily by @mani-apps in #78
- add edge-to-edge display support with inset handling for w3w ocr scan… by @mani-apps in #79
- fix green shutter on start of component by @mani-apps in #80
- Fix UI issues by @mani-apps in #81
- Fix/UI issues by @mani-apps in #82
- Epic/ptb 5 ocr scan by @mani-apps in #83
- setup maven central by @mani-apps in #84
- 3.0.0 by @mani-apps in #85
Full Changelog: 2.0.1...3.0.0
2.0.1
2.0.0
What's Changed
- Define W3WMLKitImageDataSource by @phpduy in #60
- Implement W3WOcrScanner by @phpduy in #61
- Add
CompletableDeferred
toW3WImageAnalyzer
for async processing completion by @phpduy in #62 - Improve W3WOcrScanner initialization UX by @phpduy in #63
- Implement Unit test for W3WMLKitImageDataSource and OcrScanManager by @phpduy in #64
- Migrate CI pipeline from CircleCi to GitHub Actions by @phpduy in #65
- Add check for SNAPSHOT dependencies in PRs to staging by @phpduy in #68
- Update README by @phpduy in #69
- Bump dependencies version by @phpduy in #71
- OCR component version 2.0.0 by @phpduy in #70
- 2.0.0 by @phpduy in #72
New Contributors
Full Changelog: 1.1.1...2.0.0
1.1.1
1.1.0
What's Changed
- Revised component design
- Moved sample app to separate samples project OCR-Sample
Full Changelog: 1.0.7...1.1.0