Skip to content

Commit

Permalink
modify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhongen1234567 committed Dec 20, 2024
1 parent 72d90d7 commit 652191e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 107 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

此外,需要安装额外的依赖:
```shell
apt-get install sudo
sudo apt-get update
sudo apt-get install libmagickwand-dev
pip install -r docs/algorithm/formula_recognition/requirements.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Please refer to ["Environment Preparation"](../../ppocr/environment.en.md) to co

Furthermore, additional dependencies need to be installed:
```shell
apt-get install sudo
sudo apt-get update
sudo apt-get install libmagickwand-dev
pip install -r docs/algorithm/formula_recognition/requirements.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

此外,需要安装额外的依赖:
```shell
apt-get install sudo
sudo apt-get update
sudo apt-get install libmagickwand-dev
pip install -r docs/algorithm/formula_recognition/requirements.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Please refer to ["Environment Preparation"](../../ppocr/environment.en.md) to co

Furthermore, additional dependencies need to be installed:
```shell
apt-get install sudo
sudo apt-get update
sudo apt-get install libmagickwand-dev
pip install -r docs/algorithm/formula_recognition/requirements.txt
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ nav:
- 公式识别算法:
- CAN: algorithm/formula_recognition/algorithm_rec_can.md
- LaTeX-OCR: algorithm/formula_recognition/algorithm_rec_latex_ocr.md
- UniMERNet: algorithm/formula_recognition/algorithm_rec_unimernet.md
- PP-FormulaNet: algorithm/formula_recognition/algorithm_rec_ppformulanet.md
- 端到端OCR算法:
- PGNet: algorithm/end_to_end/algorithm_e2e_pgnet.md
- 表格识别算法:
Expand Down
103 changes: 0 additions & 103 deletions tests/test.py

This file was deleted.

0 comments on commit 652191e

Please sign in to comment.