加入pandoc解析docx
This commit is contained in:
@@ -64,6 +64,7 @@ def main() -> None:
|
||||
|
||||
if file_type == "docx":
|
||||
parsers = [
|
||||
("pypandoc-binary", docx_parser.parse_docx_with_pypandoc),
|
||||
("MarkItDown", docx_parser.parse_docx_with_markitdown),
|
||||
("python-docx", docx_parser.parse_docx_with_python_docx),
|
||||
("XML 原生解析", docx_parser.parse_docx_with_xml),
|
||||
|
||||
Reference in New Issue
Block a user