mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-29 14:31:35 +08:00
fix(DocProcessSettings): 修复OCR语言选择默认值问题
This commit is contained in:
parent
cb362a4e2e
commit
6c540ad1b9
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user