From acbbf021a18d4cebd0e654303e9415e4757e6c9a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 2 Apr 2026 10:13:03 +0300 Subject: [PATCH] refactor(ocr): remove unnecessary translations --- apps/client/src/translations/en/translation.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index 10f169ffe0..388081cb1c 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -1269,8 +1269,6 @@ "ocr_description": "Extract searchable text from images, PDFs, and Office documents (Word, Excel, PowerPoint).", "ocr_auto_process": "Auto-process new files", "ocr_auto_process_description": "Automatically extract text from newly uploaded or pasted files.", - "ocr_language": "Language", - "ocr_language_description": "Tesseract language code for image OCR. Use + for multiple languages (e.g. eng+deu).", "ocr_min_confidence": "Minimum confidence", "ocr_confidence_unit": "(0.0-1.0)", "ocr_confidence_description": "Only extract text above this confidence threshold. Lower values include more text but may be less accurate.",