Skip to content

Commit

Permalink
Prepares for release of v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Paethon committed Nov 9, 2023
1 parent eada7a9 commit 3343043
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@
The version numbers are according to [Semantic Versioning](http://semver.org/).
(Versions prior to v1.0.0 might not strictly follow semantic versioning)

## Next Release
## Release v0.0.xx ()
### Added
- Extended the possibilities on how to provide endpoint and key for Azure OCR in addition to the `credentials.json`. Have a look at the README.md for details.

### Changed

### Fixed
- Brings AzureOCR to a fully working state again. It has full functionality, with the exception for multi-pass OCR (which might not be needed for Azure though)

### Removed


## Release v0.0.11 (2023-11-09)
### Added
- Extended the possibilities on how to provide endpoint and key for Azure OCR in addition to the `credentials.json`. Have a look at the README.md for details.
### Fixed
- Brings AzureOCR to a fully working state again. It has full functionality, with the exception for multi-pass OCR (which might not be needed for Azure though)

## Release v0.0.10 (2023-11-02)
### Added
- Adds an environment variable `OCR_WRAPPER_CACHE_FILE` to specify an ocr cache file globally
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.10",
version="0.0.11",
packages=find_packages(),
include_package_data=True,
license="MIT",
Expand Down

0 comments on commit 3343043

Please sign in to comment.