ragflow/deepdoc/parser
yihong 4326873af6
refactor: no need to inherit in python3 clean the code (#5659)
### What problem does this PR solve?

As title

### Type of change


- [x] Refactoring

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-03-05 18:03:53 +08:00
..
resume Update comments (#4569) 2025-01-21 20:52:28 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
docx_parser.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
excel_parser.py Refactor: Optimize error handling and support parsing of XLS(EXCEL97—2003) files. (#5633) 2025-03-05 11:55:27 +08:00
html_parser.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
json_parser.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
markdown_parser.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
pdf_parser.py refactor: no need to inherit in python3 clean the code (#5659) 2025-03-05 18:03:53 +08:00
ppt_parser.py refactor: no need to inherit in python3 clean the code (#5659) 2025-03-05 18:03:53 +08:00
txt_parser.py Fix: fix special delimiter parsing issue (#5448) 2025-02-27 18:33:55 +08:00
utils.py Update comments (#4569) 2025-01-21 20:52:28 +08:00