From ec3e744376195af8dc1a8162376612f68c185fe6 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: Wed, 17 Apr 2024 10:08:46 +0000 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4da93a7..0a79ce2 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Detects all formulas in the full image, and the results are saved in `TexTeller/ After **formula detection**, run the following command in the `TexTeller/src` directory: ```shell -rec_infer_from_crop_imgs.py +python rec_infer_from_crop_imgs.py ``` This will use the results of the previous formula detection to perform batch recognition on all cropped formulas, saving the recognition results as txt files in `TexTeller/src/results`.