diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f2eed6..d361b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ The version numbers are according to [Semantic Versioning](http://semver.org/). ## Release v0.0.x () ### Added -- Added a heuristic for splitting date ranges (dd.mm.yyyy-dd.mm.yyyy or dd/mm/yyyy-dd/mm/yyyy) that were merged into a single bounding box by GoogleOCR (and thus by GoogleAzureOCR as well), into three distinct bounding boxes. + ### Fixed +### Changed + +### Removed + + +## Release v0.0.20 (2024-03-26) +### Added +- Added a heuristic for splitting date ranges (dd.mm.yyyy-dd.mm.yyyy or dd/mm/yyyy-dd/mm/yyyy) that were merged into a single bounding box by GoogleOCR (and thus by GoogleAzureOCR as well), into three distinct bounding boxes. ### Changed - Improved warning messages for set arguments of GoogleAzureOCR to be less confusing ### Removed diff --git a/setup.py b/setup.py index 702da83..1bb1f89 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="ocr_wrapper", - version="0.0.19", + version="0.0.20", packages=find_packages(), include_package_data=True, license="MIT",