Feat: Support PaddleOCR-VL-1.5 interface (#12819)

### What problem does this PR solve?

This PR adds support to PaddleOCR-VL-1.5 interface to the PaddleOCR PDF
Parser.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Lin Manhui
2026-01-27 09:49:46 +08:00
committed by GitHub
parent e20d56a34c
commit 27a36344d4
3 changed files with 26 additions and 20 deletions

View File

@ -83,7 +83,7 @@ export function PaddleOCROptionsFormField({
>
{(field) => (
<RAGFlowSelect
value={field.value || 'PaddleOCR-VL'}
value={field.value || undefined}
onChange={field.onChange}
options={algorithmOptions}
placeholder={t('common.selectPlaceholder', 'Select value')}