From f64c0553814c2ad843ca8c3f625d086eb575b6cb Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 24 Feb 2026 22:01:06 +0000 Subject: [PATCH] 0.53.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94cbf821..d69754ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.53.0 (2026-02-24) + +### Bug Fixes + +- **ocr**: Address code review: add model fallback default, remove unused variable + ([`0c500e1`](https://github.com/christianlouis/DocuElevate/commit/0c500e1ec659e88b7b638380e338c4f2f7985308)) + +### Documentation + +- **changelog**: Update changelog [skip ci] + ([`b5fb7da`](https://github.com/christianlouis/DocuElevate/commit/b5fb7da18c21753bcdd44fc8b95a736030fae98e)) + +### Features + +- **ocr**: Add AI-based embedded text quality check with automatic OCR fallback + ([`b03bfb5`](https://github.com/christianlouis/DocuElevate/commit/b03bfb5e026abd02b9284537c4c6257a5da418f3)) + +### Testing + +- Achieve 90%+ code coverage across codebase + ([`02ad558`](https://github.com/christianlouis/DocuElevate/commit/02ad558330382679e5ed60f53dc4fdb3d2aeae15)) + + ## Unreleased ### Testing