index.rst 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .. xtuner documentation master file, created by
  2. sphinx-quickstart on Tue Jan 9 16:33:06 2024.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to the MinerU Documentation
  6. ==============================================
  7. .. figure:: ./_static/image/logo.png
  8. :align: center
  9. :alt: mineru
  10. :class: no-scaled-link
  11. .. raw:: html
  12. <p style="text-align:center">
  13. <strong>A one-stop, open-source, high-quality data extraction tool
  14. </strong>
  15. </p>
  16. <p style="text-align:center">
  17. <script async defer src="https://buttons.github.io/buttons.js"></script>
  18. <a class="github-button" href="https://github.com/opendatalab/MinerU" data-show-count="true" data-size="large" aria-label="Star">Star</a>
  19. <a class="github-button" href="https://github.com/opendatalab/MinerU/subscription" data-icon="octicon-eye" data-size="large" aria-label="Watch">Watch</a>
  20. <a class="github-button" href="https://github.com/opendatalab/MinerU/fork" data-icon="octicon-repo-forked" data-size="large" aria-label="Fork">Fork</a>
  21. </p>
  22. Project Introduction
  23. --------------------
  24. MinerU is a tool that converts PDFs into machine-readable formats (e.g.,
  25. markdown, JSON), allowing for easy extraction into any format. MinerU
  26. was born during the pre-training process of
  27. `InternLM <https://github.com/InternLM/InternLM>`__. We focus on solving
  28. symbol conversion issues in scientific literature and hope to contribute
  29. to technological development in the era of large models. Compared to
  30. well-known commercial products, MinerU is still young. If you encounter
  31. any issues or if the results are not as expected, please submit an issue
  32. on `issue <https://github.com/opendatalab/MinerU/issues>`__ and **attach
  33. the relevant PDF**.
  34. .. video:: https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
  35. Key Features
  36. ------------
  37. - Removes elements such as headers, footers, footnotes, and page
  38. numbers while maintaining semantic continuity
  39. - Outputs text in a human-readable order from multi-column documents
  40. - Retains the original structure of the document, including titles,
  41. paragraphs, and lists
  42. - Extracts images, image captions, tables, and table captions
  43. - Automatically recognizes formulas in the document and converts them
  44. to LaTeX
  45. - Automatically recognizes tables in the document and converts them to
  46. LaTeX
  47. - Automatically detects and enables OCR for corrupted PDFs
  48. - Supports both CPU and GPU environments
  49. - Supports Windows, Linux, and Mac platforms
  50. User Guide
  51. -------------
  52. .. toctree::
  53. :maxdepth: 2
  54. :caption: User Guide
  55. user_guide
  56. API Reference
  57. -------------
  58. If you are looking for information on a specific function, class or
  59. method, this part of the documentation is for you.
  60. .. toctree::
  61. :maxdepth: 2
  62. :caption: API
  63. api
  64. Additional Notes
  65. ------------------
  66. .. toctree::
  67. :maxdepth: 1
  68. :caption: Additional Notes
  69. additional_notes/known_issues
  70. additional_notes/faq
  71. additional_notes/changelog
  72. additional_notes/glossary
  73. Projects
  74. ---------
  75. .. toctree::
  76. :maxdepth: 1
  77. :caption: Projects
  78. projects