From 67426c439f71b24db4a6a4867210b75ee8773ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E6=B4=8B=E4=B8=89=E6=B4=8B?= <1258009915@qq.com> Date: Fri, 5 Apr 2024 05:19:27 +0000 Subject: [PATCH] update README.md --- README.md | 2 +- assets/README_zh.md | 2 +- requirements.txt | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c4daff..4b48fe0 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Enter `http://localhost:8501` in a browser to view the web demo. > You can change the default configuration of `start_web.sh`, for example, to use GPU for inference (e.g. `USE_CUDA=True`) or to increase the number of beams (e.g. `NUM_BEAM=3`) to achieve higher accuracy > [!IMPORTANT] -> If you want to directly render the prediction results as images on the web (for example, to check if the prediction is correct), you need to ensure [xelatex is correctly installed](https://github.com/OleehyO/TexTeller?tab=readme-ov-file#-about-rendering-latex-as-images) +> If you want to directly render the prediction results as images on the web (for example, to check if the prediction is correct), you need to ensure [xelatex is correctly installed](https://github.com/OleehyO/TexTeller/blob/main/README.md#-about-rendering-latex-as-images) ## 📡 API Usage diff --git a/assets/README_zh.md b/assets/README_zh.md index 5589818..67ad91a 100644 --- a/assets/README_zh.md +++ b/assets/README_zh.md @@ -115,7 +115,7 @@ python=3.10 > 你可以改变`start_web.sh`的默认配置, 例如使用GPU进行推理(e.g. `USE_CUDA=True`) 或者增加beams的数量(e.g. `NUM_BEAM=3`)来获得更高的精确度 > [!IMPORTANT] -> 如果你想直接把预测结果在网页上渲染成图片(比如为了检查预测结果是否正确)你需要确保[xelatex被正确安装](https://github.com/OleehyO/TexTeller?tab=readme-ov-file#-关于把latex渲染成图片) +> 如果你想直接把预测结果在网页上渲染成图片(比如为了检查预测结果是否正确)你需要确保[xelatex被正确安装](https://github.com/OleehyO/TexTeller/blob/main/assets/README_zh.md#-%E5%85%B3%E4%BA%8E%E6%8A%8Alatex%E6%B8%B2%E6%9F%93%E6%88%90%E5%9B%BE%E7%89%87) ## 📡 API调用 diff --git a/requirements.txt b/requirements.txt index 82f1e2c..b09c00d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ tensorboardX nltk python-multipart -pdf2image \ No newline at end of file +pdf2image +# augraphy \ No newline at end of file