ragflow/deepdoc/parser
Stephen Hu 9d12380806
Fix: Excel2HTML can't support XLS(Excel 97-2003) (#10660)
### What problem does this PR solve?
https://github.com/infiniflow/ragflow/issues/10602

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-10-21 09:52:59 +08:00
..
resume Fix: resolve regex library warnings (#7782) 2025-05-22 10:06:28 +08:00
__init__.py Feat: advanced markdown parsing (#9607) 2025-08-21 09:36:18 +08:00
docx_parser.py Refactor parser code (#9042) 2025-07-25 12:04:07 +08:00
excel_parser.py Fix: Excel2HTML can't support XLS(Excel 97-2003) (#10660) 2025-10-21 09:52:59 +08:00
figure_parser.py Feat:Vision Model Image Enhancement in Manual/Paper/Book/One chunker (#10640) 2025-10-21 09:36:27 +08:00
html_parser.py Fix: set default chunk_token_num in html_parser (#10118) 2025-09-17 09:36:31 +08:00
json_parser.py Feat: parsing supports jsonl or ldjson format (#9087) 2025-07-30 09:48:20 +08:00
markdown_parser.py Feat: add support for multi-column PDF parsing (#10475) 2025-10-11 18:46:09 +08:00
mineru_parser.py Feat: add MinerU parser (#10621) 2025-10-17 09:55:39 +08:00
pdf_parser.py Feat: add support for multi-column PDF parsing (#10475) 2025-10-11 18:46:09 +08:00
ppt_parser.py fix "TypeError: '<' not supported between instances of 'Emu' and 'Non… (#9209) 2025-08-04 16:07:03 +08:00
txt_parser.py
utils.py