ragflow/deepdoc/parser
kuschzzp 9c6cc20356
Fix:#3230 When parsing a docx file using the Book parsing method, to_page is always -1, resulting in a block count of 0 even if parsing is successful (#3249)
### What problem does this PR solve?

When parsing a docx file using the Book parsing method, to_page is
always -1, resulting in a block count of 0 even if parsing is successful

Fix:#3230

### Type of change

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

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
2024-11-08 09:21:42 +08:00
..
resume Format file format from Windows/dos to Unix (#1949) 2024-08-15 09:17:36 +08:00
__init__.py
docx_parser.py Fix:#3230 When parsing a docx file using the Book parsing method, to_page is always -1, resulting in a block count of 0 even if parsing is successful (#3249) 2024-11-08 09:21:42 +08:00
excel_parser.py
html_parser.py search between multiple indiices for team function (#3079) 2024-10-29 13:19:01 +08:00
json_parser.py
markdown_parser.py
pdf_parser.py bigger resolution for OCR (#2919) 2024-10-21 16:25:42 +08:00
ppt_parser.py Format file format from Windows/dos to Unix (#1949) 2024-08-15 09:17:36 +08:00
txt_parser.py trival (#2650) 2024-09-29 13:20:02 +08:00
utils.py rename get_txt to get_text (#2649) 2024-09-29 12:47:09 +08:00