From f771305f7501bb428af645a430226969a36eddb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Schr=C3=B6ter?= Date: Mon, 10 Mar 2025 09:33:32 +0100 Subject: [PATCH] fix(tests): correct bounding box value in HOCR generation test --- ocr/google_docai_provider_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocr/google_docai_provider_test.go b/ocr/google_docai_provider_test.go index 52fb2fc..5e8b2f8 100644 --- a/ocr/google_docai_provider_test.go +++ b/ocr/google_docai_provider_test.go @@ -55,7 +55,7 @@ func TestGenerateHOCR(t *testing.T) { }, }, expected: "(?s).*
.*" + - "

.*" + + "

.*" + "Hello World.*

.*
.*", }, }