Skip to content

Commit

Permalink
prepare for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phschoepf committed Jul 25, 2024
1 parent 9571a8c commit 6dde477
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ The version numbers are according to [Semantic Versioning](http://semver.org/).

### Removed

## Release v0.2.x (2024-07-22)
## Release v0.2.1 (2024-07-25)
### Changed
- GoogleOCR now checks whether the credential file actually exists before setting `GOOGLE_APPLICATION_CREDENTIALS`. If none of the default locations are found, the env var is not set. This enables usage of other authentication schemes (e.g. gcloud CLI, application default credentials).

## Release v0.2.0 (2024-07-22)
### Changed
- Changed the heuristic to filter out accidentally merged bounding boxes of columns of digits in GoogleAzureOCR by changing the heuristic to use the median bbox height instead of the mean bbox area to decide what vertical boxes to filter.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ocr_wrapper"
version = "0.2.0"
version = "0.2.1"
license.file = "LICENSE.md"
authors = [{ name = "DeepOpinion", email = "hello@deepopinion.ai" }]
urls.repository = "https://github.com/deepopinion/ocr_wrapper"
Expand Down

0 comments on commit 6dde477

Please sign in to comment.