Skip to content

Commit 4683b17

Browse files
author
semantic-release
committed
chore: release 0.86.0
1 parent c66468a commit 4683b17

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.86.0 (2026-04-01)
5+
6+
### Features
7+
8+
- Add GLM-OCR as primary OCR backend, pytesseract as fallback
9+
([#260](https://github.com/OpenAdaptAI/openadapt-evals/pull/260),
10+
[`c66468a`](https://github.com/OpenAdaptAI/openadapt-evals/commit/c66468a07fc98643936572fe75af8cc265a13c95))
11+
12+
run_ocr() now tries backends in order: 1. GLM-OCR (VLM-based, pip install glmocr, better accuracy on
13+
complex UIs) 2. pytesseract (traditional OCR, requires system Tesseract binary) 3. Empty list
14+
(graceful degradation)
15+
16+
Added [ocr] optional dependency group for glmocr.
17+
18+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19+
20+
421
## v0.85.0 (2026-03-31)
522

623
### 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.85.0"
7+
version = "0.86.0"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)