diff --git a/.gitignore b/.gitignore index b6ab4538..be92906a 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,6 @@ debug_utils/ # sphinx docs _build/ + + +output/ \ No newline at end of file diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 09a7b6b1..974d040f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ formats: python: install: - - requirements: next_docs/zh_cn/requirements.txt + - requirements: docs/zh_cn/requirements.txt sphinx: - configuration: next_docs/zh_cn/conf.py + configuration: docs/zh_cn/conf.py diff --git a/README.md b/README.md index 6ad661a1..5dcb386a 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,7 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c ## Quick Start -If you encounter any installation issues, please first consult the FAQ.
-If the parsing results are not as expected, refer to the Known Issues.
-There are three different ways to experience MinerU: +There are multiple different ways to experience MinerU: - [Online Demo (No Installation Required)](#online-demo) - [Quick CPU Demo (Windows, Linux, Mac)](#quick-cpu-demo) @@ -172,7 +170,6 @@ You can modify certain configurations in this file to enable or disable features } ``` - ## Usage ### API diff --git a/README_zh-CN.md b/README_zh-CN.md index 2918bb5e..2c69307e 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -76,12 +76,10 @@
  • 使用方式