feat: PaddleOCR PDF parser supports thumnails and positions (#12565)

### What problem does this PR solve?

1. PaddleOCR PDF parser supports thumnails and positions.
2. Add FAQ documentation for PaddleOCR PDF parser.


### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Lin Manhui
2026-01-13 09:51:08 +08:00
committed by GitHub
parent 44bada64c9
commit 4fe3c24198
4 changed files with 259 additions and 60 deletions

View File

@ -122,7 +122,7 @@ const PaddleOCRModal = ({
disabled={loading}
className="btn btn-primary"
>
{loading ? t('common.adding') : t('common.add')}
{t('common.add')}
</button>
</div>
</form>