ragflow/deepdoc/parser
TeslaZY 7b96113d4c
MinerU supports for the new backend vlm-mlx-engine (#11864)
### What problem does this PR solve?

MinerU new version supports for the new backend
vlm-mlx-engine,https://github.com/opendatalab/MinerU .

### Type of change
- [ x ] New Feature (non-breaking change which adds functionality)
2025-12-11 09:59:38 +08:00
..
resume Fix: resolve regex library warnings (#7782) 2025-05-22 10:06:28 +08:00
__init__.py
docling_parser.py Feat: add more chunking method (#11413) 2025-11-20 19:07:17 +08:00
docx_parser.py
excel_parser.py Fix: chunk method error. (#11807) 2025-12-08 14:28:23 +08:00
figure_parser.py Fix: none type error. (#11735) 2025-12-04 14:14:38 +08:00
html_parser.py Fix errors (#11795) 2025-12-08 09:42:10 +08:00
json_parser.py
markdown_parser.py Fix: incorrect image merging for naive markdown parser (#11520) 2025-11-25 19:54:06 +08:00
mineru_parser.py MinerU supports for the new backend vlm-mlx-engine (#11864) 2025-12-11 09:59:38 +08:00
pdf_parser.py Refa:replace trio with asyncio (#11831) 2025-12-09 19:23:14 +08:00
ppt_parser.py
tcadp_parser.py Feat: Add TCADP parser for PPTX and spreadsheet document types. (#11041) 2025-11-20 10:08:42 +08:00
txt_parser.py
utils.py