"torchvision/vscode:/vscode.git/clone" did not exist on "ca265374bb0c8b01babf4d59c00ba5ad20adfb5a"
Commit bedb2fd8 authored by myhloli's avatar myhloli
Browse files

docs: add usage section for MinerU and update output file link in index.md

parent 479cd13e
......@@ -90,3 +90,7 @@ MinerU provides a convenient Docker deployment method, which helps quickly set u
You can get the [Docker Deployment Instructions](./docker_deployment.md) in the documentation.
---
### Using MinerU
You can use MinerU for PDF parsing through various methods such as command line, API, and WebUI. For detailed instructions, please refer to the [Usage Guide](../usage/index.md).
\ No newline at end of file
......@@ -19,7 +19,7 @@ mineru -p <input_path> -o <output_path>
>- `<input_path>`: Local PDF/image file or directory
>- `<output_path>`: Output directory
>
> For more information about output files, please refer to [Output File Documentation](./output_file.md).
> For more information about output files, please refer to [Output File Documentation](../output_files.md).
> [!NOTE]
> The command line tool will automatically attempt cuda/mps acceleration on Linux and macOS systems.
......
......@@ -89,4 +89,8 @@ uv pip install -e .[core] -i https://mirrors.aliyun.com/pypi/simple
MinerU提供了便捷的docker部署方式,这有助于快速搭建环境并解决一些棘手的环境兼容问题。
您可以在文档中获取[Docker部署说明](./docker_deployment.md)
---
\ No newline at end of file
---
### 使用 MinerU
您可以通过命令行、API、WebUI等多种方式使用MinerU进行PDF解析,具体使用方法请参考[使用指南](../usage/index.md)
\ No newline at end of file
......@@ -19,7 +19,7 @@ mineru -p <input_path> -o <output_path>
> - `<input_path>`:本地 PDF/图片 文件或目录
> - `<output_path>`:输出目录
>
> 更多关于输出文件的信息,请参考[输出文件说明](./output_file.md)。
> 更多关于输出文件的信息,请参考[输出文件说明](../output_files.md)。
> [!NOTE]
> 命令行工具会在Linux和macOS系统自动尝试cuda/mps加速。Windows用户如需使用cuda加速,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment