Commit graph

3 commits

Author SHA1 Message Date
user210
035e8ced98 feat: MinerU integration with environment-based configuration
- Add MinerU PDF parser support via external API or local installation
- Configure MinerU through environment variables (MINERU_APISERVER, etc.)
- Add per-dataset MinerU settings: language, formula/table recognition
- Add MinerU config form fields in Knowledge Base settings
- Remove MinerU from LLM factories (not a typical LLM model)
- Clean up unused ingestors tab from settings
2025-12-11 19:56:46 +02:00
Yongteng Lei
e9710b7aa9
Refa: treat MinerU as an OCR model 2 (#11905)
### What problem does this PR solve?

Treat MinerU as an OCR model 2. #11903

### Type of change

- [x] Refactoring
2025-12-11 17:33:12 +08:00
Yongteng Lei
a94b3b9df2
Refa: treat MinerU as an OCR model (#11849)
### What problem does this PR solve?

 Treat MinerU as an OCR model.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
- [x] Refactoring
2025-12-09 18:54:14 +08:00