From 3baac5f03ecef2661e773075aa9ce6e4428d62b6 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 22 Jan 2026 09:15:25 +0000 Subject: [PATCH] refactor(tests): move OCR benchmark results to tests directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move docs/OCR_TEST_RESULTS.md → tests/ocr-validation/BENCHMARK_RESULTS.md - Keep docs/OCR_MEMORY_SOLUTIONS_RESEARCH.md as technical reference Co-Authored-By: Claude Opus 4.5 --- .../ocr-validation/BENCHMARK_RESULTS.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/OCR_TEST_RESULTS.md => tests/ocr-validation/BENCHMARK_RESULTS.md (100%) diff --git a/docs/OCR_TEST_RESULTS.md b/tests/ocr-validation/BENCHMARK_RESULTS.md similarity index 100% rename from docs/OCR_TEST_RESULTS.md rename to tests/ocr-validation/BENCHMARK_RESULTS.md