fix(DocProcessSettings): 修复OCR语言选择默认值问题

This commit is contained in:
icarus 2025-08-23 23:52:18 +08:00
parent cb362a4e2e
commit 6c540ad1b9

View File

@ -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}
/>
</div>