Update README.md

This commit is contained in:
TonyLee1256
2024-05-07 13:25:28 +08:00
committed by GitHub
parent 7b2b947c47
commit 6aa4c49d33

View File

@@ -60,7 +60,7 @@ python=3.10
# use --inference-mode option to enable GPU(cuda or mps) inference # use --inference-mode option to enable GPU(cuda or mps) inference
#+e.g. python inference.py -img "./img.jpg" --inference-mode cuda #+e.g. python inference.py -img "./img.jpg" --inference-mode cuda
# use -mix option to enable mixed text and formula recognition # use -mix option to enable mixed text and formula recognition
#+e.g. python inferene.py -img "./img.jpg" --mix #+e.g. python inferene.py -img "./img.jpg" -mix -lang 'en'
``` ```
> The first time you run it, the required checkpoints will be downloaded from Hugging Face > The first time you run it, the required checkpoints will be downloaded from Hugging Face