Pārlūkot izejas kodu

docs: update documentation path in README files

- Update image path in README.md and README_zh-CN.md
- Update chemical formula recognition link in README.md and README_zh-CN.md
myhloli 1 gadu atpakaļ
vecāks
revīzija
75b4375dbd
47 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 2 2
      README.md
  2. 2 2
      README_zh-CN.md
  3. 0 0
      docs/FAQ_en_us.md
  4. 0 0
      docs/FAQ_zh_cn.md
  5. 0 0
      docs/README_Ubuntu_CUDA_Acceleration_en_US.md
  6. 0 0
      docs/README_Ubuntu_CUDA_Acceleration_zh_CN.md
  7. 0 0
      docs/README_Windows_CUDA_Acceleration_en_US.md
  8. 0 0
      docs/README_Windows_CUDA_Acceleration_zh_CN.md
  9. 0 0
      docs/chemical_knowledge_introduction/introduction.pdf
  10. 0 0
      docs/chemical_knowledge_introduction/introduction.xmind
  11. 0 0
      docs/download_models.py
  12. 0 0
      docs/download_models_hf.py
  13. 0 0
      docs/how_to_download_models_en.md
  14. 0 0
      docs/how_to_download_models_zh_cn.md
  15. 0 0
      docs/images/MinerU-logo-hq.png
  16. 0 0
      docs/images/MinerU-logo.png
  17. 0 0
      docs/images/datalab_logo.png
  18. 0 0
      docs/images/flowchart_en.png
  19. 0 0
      docs/images/flowchart_zh_cn.png
  20. 0 0
      docs/images/layout_example.png
  21. 0 0
      docs/images/poly.png
  22. 0 0
      docs/images/project_panorama_en.png
  23. 0 0
      docs/images/project_panorama_zh_cn.png
  24. 0 0
      docs/images/spans_example.png
  25. 0 0
      docs/images/web_demo_1.png
  26. 0 0
      docs/output_file_en_us.md
  27. 0 0
      docs/output_file_zh_cn.md
  28. 0 0
      next_docs/en/.readthedocs.yaml
  29. 0 0
      next_docs/en/Makefile
  30. 0 0
      next_docs/en/_static/image/logo.png
  31. 0 0
      next_docs/en/api.rst
  32. 0 0
      next_docs/en/api/data_reader_writer.rst
  33. 0 0
      next_docs/en/api/dataset.rst
  34. 0 0
      next_docs/en/api/io.rst
  35. 0 0
      next_docs/en/api/read_api.rst
  36. 0 0
      next_docs/en/api/schemas.rst
  37. 0 0
      next_docs/en/api/utils.rst
  38. 0 0
      next_docs/en/conf.py
  39. 0 0
      next_docs/en/index.rst
  40. 0 0
      next_docs/en/make.bat
  41. 0 0
      next_docs/requirements.txt
  42. 0 0
      next_docs/zh_cn/.readthedocs.yaml
  43. 0 0
      next_docs/zh_cn/Makefile
  44. 0 0
      next_docs/zh_cn/_static/image/logo.png
  45. 0 0
      next_docs/zh_cn/conf.py
  46. 0 0
      next_docs/zh_cn/index.rst
  47. 0 0
      next_docs/zh_cn/make.bat

+ 2 - 2
README.md

@@ -1,7 +1,7 @@
 <div align="center" xmlns="http://www.w3.org/1999/html">
 <!-- logo -->
 <p align="center">
-  <img src="old_docs/images/MinerU-logo.png" width="300px" style="vertical-align:middle;">
+  <img src="docs/images/MinerU-logo.png" width="300px" style="vertical-align:middle;">
 </p>
 
 <!-- icon -->
@@ -377,7 +377,7 @@ TODO
 - 🗹 Recognition of `index` and `list` in the main text  
 - 🗹 Table recognition
 - ☐ Code block recognition in the main text
-- ☐ [Chemical formula recognition](old_docs/chemical_knowledge_introduction/introduction.pdf)
+- ☐ [Chemical formula recognition](docs/chemical_knowledge_introduction/introduction.pdf)
 - ☐ Geometric shape recognition
 
 # Known Issues

+ 2 - 2
README_zh-CN.md

@@ -1,7 +1,7 @@
 <div align="center" xmlns="http://www.w3.org/1999/html">
 <!-- logo -->
 <p align="center">
-  <img src="old_docs/images/MinerU-logo.png" width="300px" style="vertical-align:middle;">
+  <img src="docs/images/MinerU-logo.png" width="300px" style="vertical-align:middle;">
 </p>
 
 <!-- icon -->
@@ -381,7 +381,7 @@ TODO
 - 🗹 正文中目录、列表识别  
 - 🗹 表格识别
 - ☐  正文中代码块识别
-- ☐  [化学式识别](old_docs/chemical_knowledge_introduction/introduction.pdf)
+- ☐  [化学式识别](docs/chemical_knowledge_introduction/introduction.pdf)
 - ☐  几何图形识别
 
 # Known Issues

+ 0 - 0
old_docs/FAQ_en_us.md → docs/FAQ_en_us.md


+ 0 - 0
old_docs/FAQ_zh_cn.md → docs/FAQ_zh_cn.md


+ 0 - 0
old_docs/README_Ubuntu_CUDA_Acceleration_en_US.md → docs/README_Ubuntu_CUDA_Acceleration_en_US.md


+ 0 - 0
old_docs/README_Ubuntu_CUDA_Acceleration_zh_CN.md → docs/README_Ubuntu_CUDA_Acceleration_zh_CN.md


+ 0 - 0
old_docs/README_Windows_CUDA_Acceleration_en_US.md → docs/README_Windows_CUDA_Acceleration_en_US.md


+ 0 - 0
old_docs/README_Windows_CUDA_Acceleration_zh_CN.md → docs/README_Windows_CUDA_Acceleration_zh_CN.md


+ 0 - 0
old_docs/chemical_knowledge_introduction/introduction.pdf → docs/chemical_knowledge_introduction/introduction.pdf


+ 0 - 0
old_docs/chemical_knowledge_introduction/introduction.xmind → docs/chemical_knowledge_introduction/introduction.xmind


+ 0 - 0
old_docs/download_models.py → docs/download_models.py


+ 0 - 0
old_docs/download_models_hf.py → docs/download_models_hf.py


+ 0 - 0
old_docs/how_to_download_models_en.md → docs/how_to_download_models_en.md


+ 0 - 0
old_docs/how_to_download_models_zh_cn.md → docs/how_to_download_models_zh_cn.md


+ 0 - 0
old_docs/images/MinerU-logo-hq.png → docs/images/MinerU-logo-hq.png


+ 0 - 0
old_docs/images/MinerU-logo.png → docs/images/MinerU-logo.png


+ 0 - 0
old_docs/images/datalab_logo.png → docs/images/datalab_logo.png


+ 0 - 0
old_docs/images/flowchart_en.png → docs/images/flowchart_en.png


+ 0 - 0
old_docs/images/flowchart_zh_cn.png → docs/images/flowchart_zh_cn.png


+ 0 - 0
old_docs/images/layout_example.png → docs/images/layout_example.png


+ 0 - 0
old_docs/images/poly.png → docs/images/poly.png


+ 0 - 0
old_docs/images/project_panorama_en.png → docs/images/project_panorama_en.png


+ 0 - 0
old_docs/images/project_panorama_zh_cn.png → docs/images/project_panorama_zh_cn.png


+ 0 - 0
old_docs/images/spans_example.png → docs/images/spans_example.png


+ 0 - 0
old_docs/images/web_demo_1.png → docs/images/web_demo_1.png


+ 0 - 0
old_docs/output_file_en_us.md → docs/output_file_en_us.md


+ 0 - 0
old_docs/output_file_zh_cn.md → docs/output_file_zh_cn.md


+ 0 - 0
docs/en/.readthedocs.yaml → next_docs/en/.readthedocs.yaml


+ 0 - 0
docs/en/Makefile → next_docs/en/Makefile


+ 0 - 0
docs/en/_static/image/logo.png → next_docs/en/_static/image/logo.png


+ 0 - 0
docs/en/api.rst → next_docs/en/api.rst


+ 0 - 0
docs/en/api/data_reader_writer.rst → next_docs/en/api/data_reader_writer.rst


+ 0 - 0
docs/en/api/dataset.rst → next_docs/en/api/dataset.rst


+ 0 - 0
docs/en/api/io.rst → next_docs/en/api/io.rst


+ 0 - 0
docs/en/api/read_api.rst → next_docs/en/api/read_api.rst


+ 0 - 0
docs/en/api/schemas.rst → next_docs/en/api/schemas.rst


+ 0 - 0
docs/en/api/utils.rst → next_docs/en/api/utils.rst


+ 0 - 0
docs/en/conf.py → next_docs/en/conf.py


+ 0 - 0
docs/en/index.rst → next_docs/en/index.rst


+ 0 - 0
docs/en/make.bat → next_docs/en/make.bat


+ 0 - 0
docs/requirements.txt → next_docs/requirements.txt


+ 0 - 0
docs/zh_cn/.readthedocs.yaml → next_docs/zh_cn/.readthedocs.yaml


+ 0 - 0
docs/zh_cn/Makefile → next_docs/zh_cn/Makefile


+ 0 - 0
docs/zh_cn/_static/image/logo.png → next_docs/zh_cn/_static/image/logo.png


+ 0 - 0
docs/zh_cn/conf.py → next_docs/zh_cn/conf.py


+ 0 - 0
docs/zh_cn/index.rst → next_docs/zh_cn/index.rst


+ 0 - 0
docs/zh_cn/make.bat → next_docs/zh_cn/make.bat