Skip to content

Commit

Permalink
Prepare for release v0.0.20 with added heuristic for splitting date r…
Browse files Browse the repository at this point in the history
…anges in OCR bounding boxes.
  • Loading branch information
Paethon committed Mar 26, 2024
1 parent 2e304f6 commit 7ab36e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7ab36e5

Please sign in to comment.