From 6faaa3b7d6681ece5dfacf02587966ad55c2842f Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 17 Apr 2026 16:41:24 +0200 Subject: [PATCH] feat(ocr): add pyspellchecker dependency Co-Authored-By: Claude Sonnet 4.6 --- ocr-service/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ocr-service/requirements.txt b/ocr-service/requirements.txt index 17028f83..befaafcb 100644 --- a/ocr-service/requirements.txt +++ b/ocr-service/requirements.txt @@ -8,4 +8,5 @@ pillow>=10.2.0,<11.0.0 pypdfium2==4.30.0 pyvips>=2.2.0 httpx==0.28.1 +pyspellchecker==0.9.0 opencv-python-headless==4.11.0.86