update README.md

This commit is contained in:
三洋三洋
2024-04-17 10:08:46 +00:00
parent 3cebc2eb2a
commit ec3e744376

View File

@@ -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: After **formula detection**, run the following command in the `TexTeller/src` directory:
```shell ```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`. 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`.