File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " openadapt-evals"
7- version = " 0.85 .0"
7+ version = " 0.86 .0"
88description = " Evaluation infrastructure for GUI agent benchmarks"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments