From b2bef1e9348fef4010ed713497fdea85fc751c66 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期四, 08 五月 2025 16:55:31 +0800 Subject: [PATCH] 文档解析,获取章节结构,并获取图片转换为base64 --- .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index ddcc4f8..7bc84b4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ /datas /.conda /docs -/out* \ No newline at end of file +/out* +__pycache__ \ No newline at end of file -- Gitblit v1.9.1