Explorar el Código

docs: update README files for v0.10.0 release

- Update README.md and README_zh-CN.md to reflect the latest features and improvements
- Highlight new hybrid OCR text extraction capabilities and performance enhancements
- Emphasize optimized compatibility for ARM architecture Linux systems
- Mention integration with Huawei Ascend NPU acceleration
myhloli hace 10 meses
padre
commit
6c2df020b6
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      README.md
  2. 1 1
      README_zh-CN.md

+ 1 - 1
README.md

@@ -47,7 +47,7 @@
     - For the data-side API, we have introduced the Dataset class, designed to provide a robust and flexible data processing framework. This framework currently supports a variety of document formats, including images (.jpg and .png), PDFs, Word documents (.doc and .docx), and PowerPoint presentations (.ppt and .pptx). It ensures effective support for data processing tasks ranging from simple to complex.
     - For the user-side API, we have meticulously designed the MinerU processing workflow as a series of composable Stages. Each Stage represents a specific processing step, allowing users to define new Stages according to their needs and creatively combine these stages to customize their data processing workflows.
   - Enhanced Compatibility
-    - By optimized the dependency environment, we ensure stable and efficient operation on ARM architecture Linux systems.
+    - By optimizing the dependency environment and configuration items, we ensure stable and efficient operation on ARM architecture Linux systems.
     - We have deeply integrated with Huawei Ascend NPU acceleration, providing autonomous and controllable high-performance computing capabilities. This supports the localization and development of AI application platforms in China.
 - 2024/11/22 0.10.0 released. Introducing hybrid OCR text extraction capabilities,
   - Significantly improved parsing performance in complex text distribution scenarios such as dense formulas, irregular span regions, and text represented by images.

+ 1 - 1
README_zh-CN.md

@@ -47,7 +47,7 @@
     - 对于数据侧API,我们引入了Dataset类,旨在提供一个强大而灵活的数据处理框架。该框架当前支持包括图像(.jpg及.png)、PDF、Word(.doc及.docx)、以及PowerPoint(.ppt及.pptx)在内的多种文档格式,确保了从简单到复杂的数据处理任务都能得到有效的支持。
     - 针对用户侧API,我们将MinerU的处理流程精心设计为一系列可组合的Stage阶段。每个Stage代表了一个特定的处理步骤,用户可以根据自身需求自由地定义新的Stage,并通过创造性地组合这些阶段来定制专属的数据处理流程。
   - 更广泛的兼容性适配
-    - 通过精细化依赖环境调整,确保在ARM架构Linux系统上能够稳定高效运行。
+    - 通过优化依赖环境和配置项,确保在ARM架构的Linux系统上能够稳定高效运行。
     - 深度适配华为昇腾NPU加速,积极响应信创要求,提供自主可控的高性能计算能力,助力人工智能应用平台的国产化应用与发展。
 - 2024/11/22 0.10.0发布,通过引入混合OCR文本提取能力,
   - 在公式密集、span区域不规范、部分文本使用图像表现等复杂文本分布场景下获得解析效果的显著提升