From 6c540ad1b97d08e2c9172cf4092540e257b45b0d Mon Sep 17 00:00:00 2001 From: icarus Date: Sat, 23 Aug 2025 23:52:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(DocProcessSettings):=20=E4=BF=AE=E5=A4=8DOC?= =?UTF-8?q?R=E8=AF=AD=E8=A8=80=E9=80=89=E6=8B=A9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/settings/DocProcessSettings/OcrTesseractSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/pages/settings/DocProcessSettings/OcrTesseractSettings.tsx b/src/renderer/src/pages/settings/DocProcessSettings/OcrTesseractSettings.tsx index 3d51c82c45..7e94a31194 100644 --- a/src/renderer/src/pages/settings/DocProcessSettings/OcrTesseractSettings.tsx +++ b/src/renderer/src/pages/settings/DocProcessSettings/OcrTesseractSettings.tsx @@ -42,7 +42,7 @@ export const OcrTesseractSettings = () => { disabled style={{ width: '100%' }} placeholder="Please select" - defaultValue={'chi_sim'} + value={['chi_sim', 'chi_tra', 'eng']} options={options} />