ragflow/deepdoc/parser
Billy Bao 121c51661d
Fix: Markdown table extractor (#11018)
### What problem does this PR solve?

Now markdown table extractor supports <table ...>. #10966 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-11-05 16:10:21 +08:00
..
resume
__init__.py
docling_parser.py Feat: add Docling parser (#10759) 2025-10-23 19:44:25 +08:00
docx_parser.py
excel_parser.py Fix: parsing excel with chartsheet & Clamp begin to a minimum of 0 to prevent negative indexing (#10819) 2025-10-28 09:40:37 +08:00
figure_parser.py Move some constants to common (#11004) 2025-11-05 08:01:39 +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
markdown_parser.py Fix: Markdown table extractor (#11018) 2025-11-05 16:10:21 +08:00
mineru_parser.py Feat: supports MinerU http-client/server method (#10961) 2025-11-04 16:03:30 +08:00
pdf_parser.py Feat: Support multiple data sources synchronizations (#10954) 2025-11-03 19:59:18 +08:00
ppt_parser.py
tcadp_parser.py Introduce common/config_utils.py (#10968) 2025-11-03 17:25:06 +08:00
txt_parser.py Move token related functions to common (#10942) 2025-11-03 08:50:05 +08:00
utils.py