Skip to content

Commit 6a3dc5a

Browse files
author
semantic-release
committed
chore: release 0.85.0
1 parent aa797dd commit 6a3dc5a

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# CHANGELOG
22

33

4+
## v0.85.0 (2026-03-31)
5+
6+
### Features
7+
8+
- Ocr text anchoring (Tier 1.5a) for grounding cascade
9+
([#259](https://github.com/OpenAdaptAI/openadapt-evals/pull/259),
10+
[`aa797dd`](https://github.com/OpenAdaptAI/openadapt-evals/commit/aa797dd2c01ce6803cf81b7f1a16464dcb05cad7))
11+
12+
Add Phase 5 text anchoring on top of Phase 4 state narrowing:
13+
14+
- grounding.py: run_ocr() with pytesseract (optional dep, graceful fallback), ground_by_text() with
15+
tiered scoring (exact/case-insensitive/ substring/fuzzy) and nearby-text proximity boost, plus
16+
helper functions _char_overlap_ratio, _bbox_center, _bbox_distance.
17+
18+
- demo_executor.py: _try_text_anchoring() method inserted before VLM grounder calls for
19+
click/double_click actions. Returns action if best OCR candidate scores > 0.85, otherwise falls
20+
through to Tier 2.
21+
22+
- tests/test_text_anchoring.py: 21 tests covering all scoring tiers, proximity boost, edge cases,
23+
and graceful pytesseract fallback. All tests use mocked OCR results (no pytesseract required).
24+
25+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26+
27+
428
## v0.84.0 (2026-03-31)
529

630
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.84.0"
7+
version = "0.85.0"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)