Skip to content

Commit 92dd2da

Browse files
chore: bump version to 0.5.0 [skip ci]
1 parent c4fe51f commit 92dd2da

File tree

3 files changed

+2586
-2737
lines changed

3 files changed

+2586
-2737
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [v0.5.0](https://github.com/docling-project/docling-eval/releases/tag/v0.5.0) - 2025-06-11
2+
3+
### Feature
4+
5+
* Integrate OCR visualization ([#121](https://github.com/docling-project/docling-eval/issues/121)) ([`b39f2e7`](https://github.com/docling-project/docling-eval/commit/b39f2e7932b4ed9b9a08ba0dda2be6af9d59daff))
6+
* Add the segmentation layout evaluations in the consolidated excel report. Update mypy overrides. ([#120](https://github.com/docling-project/docling-eval/issues/120)) ([`c4e7de0`](https://github.com/docling-project/docling-eval/commit/c4e7de0c1777f86e68b7a3b6db6b2f56ab3ba127))
7+
* Update OCREvaluator with additional metrics ([#78](https://github.com/docling-project/docling-eval/issues/78)) ([`17e9fde`](https://github.com/docling-project/docling-eval/commit/17e9fde84f4b01564d4a838443d876890948312c))
8+
9+
### Fix
10+
11+
* Add the bbox to TableData from annotations ([#123](https://github.com/docling-project/docling-eval/issues/123)) ([`c4fe51f`](https://github.com/docling-project/docling-eval/commit/c4fe51f46161305076269dda4291636690b78a60))
12+
* Treat th and td as equal for TEDS calculation ([#114](https://github.com/docling-project/docling-eval/issues/114)) ([`dbf9db7`](https://github.com/docling-project/docling-eval/commit/dbf9db77349aa845b9cd5d7f337e91e53515cbaa))
13+
* Add support for Google, AWS, and Azure prediction providers in cli ([#115](https://github.com/docling-project/docling-eval/issues/115)) ([`e8e7421`](https://github.com/docling-project/docling-eval/commit/e8e7421a9a830bbd15774ee9d26e98296f9dbd2c))
14+
115
## [v0.4.0](https://github.com/docling-project/docling-eval/releases/tag/v0.4.0) - 2025-05-28
216

317
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "docling-eval"
3-
version = "0.4.0" # DO NOT EDIT, updated automatically
3+
version = "0.5.0" # DO NOT EDIT, updated automatically
44
description = "Evaluation of Docling"
55
license = "MIT"
66
keywords= ["docling", "evaluation", "convert", "document", "pdf", "docx", "html", "markdown", "layout model", "segmentation", "table structure", "table former"]

0 commit comments

Comments
 (0)