Skip to content

Commit

Permalink
doc: order
Browse files Browse the repository at this point in the history
  • Loading branch information
Byaidu committed Dec 3, 2024
1 parent 4a31101 commit 6041d3f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Note that the computing resources of the demo are limited, so please avoid abusi

<h2 id="install">Installation and Usage</h2>

We provide three methods for using this project: [Commandline](#cmd), [GUI](#gui), [Portable](#portable), and [Docker](#docker).
We provide three methods for using this project: [Commandline](#cmd), [Portable](#portable), [GUI](#gui), and [Docker](#docker).

<h3 id="cmd">Method I. Commandline</h3>

Expand All @@ -83,7 +83,13 @@ We provide three methods for using this project: [Commandline](#cmd), [GUI](#gui
pdf2zh document.pdf
```

<h3 id="gui">Method II. GUI</h3>
<h3 id="portable">Method II. Portable</h3>

No need to pre-install Python environment

Download and double-click to run [setup.bat](https://raw.githubusercontent.com/Byaidu/PDFMathTranslate/refs/heads/main/setup.bat)

<h3 id="gui">Method III. GUI</h3>

1. Python installed (3.8 <= version <= 3.12)
2. Install our package:
Expand All @@ -108,10 +114,6 @@ We provide three methods for using this project: [Commandline](#cmd), [GUI](#gui

See [documentation for GUI](./docs/README_GUI.md) for more details.

<h3 id="portable">Method III. Portable</h3>

Download and double-click to run [setup.bat](https://raw.githubusercontent.com/Byaidu/PDFMathTranslate/refs/heads/main/setup.bat)

<h3 id="docker">Method IV. Docker</h3>

1. Pull and run:
Expand Down
14 changes: 8 additions & 6 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<h2 id="install">安装和使用</h2>

我们提供了三种使用该项目的方法:[命令行工具](#cmd)[图形交互界面](#gui)[便携式安装](#portable)[容器化部署](#docker).
我们提供了三种使用该项目的方法:[命令行工具](#cmd)[便携式安装](#portable)[图形交互界面](#gui)[容器化部署](#docker).

<h3 id="cmd">方法一、命令行工具</h3>

Expand All @@ -83,7 +83,13 @@
pdf2zh document.pdf
```

<h3 id="gui">方法二、图形交互界面</h3>
<h3 id="portable">方法二、便携式安装</h3>

无需预先安装 Python 环境

下载并双击运行 [setup.bat](https://raw.githubusercontent.com/Byaidu/PDFMathTranslate/refs/heads/main/setup.bat)

<h3 id="gui">方法三、图形交互界面</h3>

1. 确保安装了版本大于 3.8 且小于 3.12 的 Python
2. 安装此程序:
Expand All @@ -108,10 +114,6 @@

查看 [documentation for GUI](./docs/README_GUI.md) 获取细节说明

<h3 id="portable">方法三、便携式安装</h3>

下载并双击运行 [setup.bat](https://raw.githubusercontent.com/Byaidu/PDFMathTranslate/refs/heads/main/setup.bat)

<h3 id="docker">方法四、容器化部署</h3>

1. 拉取 Docker 镜像并运行:
Expand Down

0 comments on commit 6041d3f

Please sign in to comment.