ragflow/deepdoc/parser
湛露先生 1ee9c0b8d9
fix xss in excel_parser (#9909)
### What problem does this PR solve?



### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] Refactoring
- [x] Performance Improvement

Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
2025-09-05 09:58:03 +08:00
..
resume
__init__.py Feat: advanced markdown parsing (#9607) 2025-08-21 09:36:18 +08:00
docx_parser.py
excel_parser.py fix xss in excel_parser (#9909) 2025-09-05 09:58:03 +08:00
figure_parser.py
html_parser.py Feat: Upgrade html parser (#9675) 2025-08-27 12:43:55 +08:00
json_parser.py
markdown_parser.py Feat: advanced markdown parsing (#9607) 2025-08-21 09:36:18 +08:00
pdf_parser.py Feat: init dataflow. (#9791) 2025-08-28 18:40:32 +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